Files
c-cms-legacy/vendor/nikic/php-parser/test/code/parser/expr/print.test
Mathieu Lagace 5fa3c85b97 Include Vendor
2018-06-27 20:31:54 -04:00

14 lines
179 B
Plaintext

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