Current File : /home/itiffy/www/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/haltCompiler.file-test
__halt_compiler
-----
<?php

echo 'foo';
__halt_compiler();
!!!
???
-----
<?php

echo 'foo';
__halt_compiler();
!!!
???
-----
<?php

echo 'foo';
__halt_compiler();
<?php
-----
<?php

echo 'foo';
__halt_compiler();
<?php