DEBSOURCES
Skip Quicknav
sources / php-parser / 5.6.1-1 / test / code / prettyPrinter / expr / throw.test
12345678
Throw expression ----- <?php test(throw $x); $a ?? throw new Exception; ----- test(throw $x); $a ?? throw new Exception();