You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to pass an array ByRef from Php script to a function inside my extension, so that the values of the array changed by the extension function is accessible back in the Php script.
But for some reason, it doesn't seem to be working. I have seen issue #350, so was wondering if this has been fixed, or is there something I am completely missing. As is mentioned in the linked issue, strings, integers etc are working properly when passed ByRef, its only the arrays I am having trouble with
The text was updated successfully, but these errors were encountered:
I am trying to pass an array ByRef from Php script to a function inside my extension, so that the values of the array changed by the extension function is accessible back in the Php script.
But for some reason, it doesn't seem to be working. I have seen issue #350, so was wondering if this has been fixed, or is there something I am completely missing. As is mentioned in the linked issue, strings, integers etc are working properly when passed ByRef, its only the arrays I am having trouble with
The text was updated successfully, but these errors were encountered: