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

27 lines
219 B
Plaintext

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