DEBSOURCES
Skip Quicknav
sources / php-parser / 4.15.4-1 / test / code / prettyPrinter / expr / firstClassCallables.test
1234567891011
First-class callables ----- <?php foo(...); $this->foo(...); A::foo(...); ----- !!php7 foo(...); $this->foo(...); A::foo(...);