gnu-social/vendor/nikic/php-parser/test/code/parser/expr/print.test

12 lines
126 B
Plaintext
Raw Normal View History

2020-08-08 07:42:38 +09:00
Print
-----
<?php
print $a;
-----
array(
0: Expr_Print(
expr: Expr_Variable(
name: a
)
)
)