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
It seems that classes that implement SPL ArrayAccess interface do not actually act like arrays in the Zephire code (compiled PHP classes work fine). And moreover they act differently whether the class implementing this interface is a property (doesn't matter if public or private) of another class or just a local variable.
Hello there.
It seems that classes that implement SPL ArrayAccess interface do not actually act like arrays in the Zephire code (compiled PHP classes work fine). And moreover they act differently whether the class implementing this interface is a property (doesn't matter if public or private) of another class or just a local variable.
An example of what I'm talking about: https://github.com/bubleg/zephir_bug_arrayaccess
I'm using Vagrant box with debian/jessie64 with all updates and Zephir version 0.7.1b
Thanks.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: