php-parser/test/code/prettyPrinter/goto.test
2015-10-02 11:03:32 +02:00

7 lines
49 B
Plaintext

goto
-----
<?php
goto marker;
-----
goto marker;