Closed robertleeplummerjr closed 8 years ago
I might add, aside from this little issue, the whole thing works stunningly :)
After a little search, it looks like this is intended: https://github.com/DEVSENSE/Phalanger/blob/master/Source/Core/SPL/ArrayAccess.cs#L897
Any way actually have this implemented?
Any comment on the offsetGet?
The issue is, your override does not match its base declaration (you return reference &) and compiler does not handle it well.
should be fixed in 630fdbd668aa4d92930b66c0f08c41243af0af54
Nice! Thanks Jakub.
On Wed, Dec 30, 2015 at 11:51 AM, Jakub Míšek notifications@github.com wrote:
Closed #51 https://github.com/DEVSENSE/Phalanger/issues/51.
— Reply to this email directly or view it on GitHub https://github.com/DEVSENSE/Phalanger/issues/51#event-502909131.
Robert Plummer
the implementation is very simple:
The actual code is here: https://github.com/robertleeplummerjr/redbean/blob/master/RedBeanPHP/OODBBean.php The command that triggers it: https://github.com/robertleeplummerjr/redbean.net/blob/master/build.bat
The error: