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