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