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