14 lines
179 B

Print
-----
<?php
print $a;
-----
array(
0: Stmt_Expression(
expr: Expr_Print(
expr: Expr_Variable(
name: a
)
)
)
)