$foo()['bar'](); $foo::$bar::$baz; foo()(); $foo->bar()()
$foo()['bar'](); $foo::$bar::$baz; foo()(); $foo->bar()()
$foo()['bar'](); $foo::$bar::$baz; foo()(); $foo->bar()()
, as well as operations with any expressions in brackets, for example (function() { ... })()
and others.$myArray['foobar']['andSoOn']['moreKeys']
use something like $myArray:>foobar:>andSoOn:>moreKeys
.Source: https://habr.com/ru/post/226433/
All Articles