mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-13 17:47:23 +01:00
17 lines
193 B
Plaintext
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!
|
||
|
)
|
||
|
)
|