astrXbian/www/multitube/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/throw.test
2021-03-20 01:33:02 +01:00

7 lines
44 B
Plaintext

throw
-----
<?php
throw $e;
-----
throw $e;