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

12 lines
126 B
Plaintext
Raw Normal View History

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