php-parser/test/code/prettyPrinter/stmt/throw.test

7 lines
44 B
Plaintext
Raw Normal View History

2015-10-01 17:32:24 +02:00
throw
-----
<?php
throw $e;
-----
throw $e;