Files
w4rpservices/vendor/nikic/php-parser/test/code/parser/expr/print.test
2018-10-15 00:37:28 -05:00

14 lines
179 B
Plaintext

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