Community
Participate
Working Groups
In PHP 5.4 one can call arrays after function calls. For example: function foo() { $o = new MyClass(); $a = [ $o ]; return $a; } foo()[0]->| <-- CA here should provide MyClass methods...
fixed
Verified. Closing.