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
namespace Debug;
class ZephirDebug
{
public arr;
publicstaticfunctiontest()
{
letthis->arr =newZephirDebug();
letthis->arr->arr =1;
}
}
results in
Zephir\ParseException: Syntax error in /media/rdata/projects/XXX/zephir_debug/debug/zephirdebug.zep on line 9
let this->arr->arr = 1;
----------------------^
I do not think anyone wouldn't want this feature but it's unfortunately
anything but easy to implement and would either consume very much time
or cause a very big performance degradation.
It's also not foreseeable at this point, when someone will have time for it, unfortunately.
From @steffengy on October 12, 2014 20:13
results in
Which is probably not expected behavior?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Copied from original issue: zephir-lang/zephir#573
The text was updated successfully, but these errors were encountered: