web/vendor/nikic/php-parser/test/code/parser/expr/print.test

14 lines
No EOL
179 B
Text

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