php-parser/test/code/stmt/haltCompiler1.test
2011-11-27 11:20:35 +01:00

17 lines
193 B
Plaintext

__halt_compiler (1)
-----
<?php
$a;
__halt_compiler()
?>
Hallo World!
-----
array(
0: Expr_Variable(
name: a
)
1: Stmt_HaltCompiler(
remaining: Hallo World!
)
)