Feuerwehr-eppingen/vendor/nikic/php-parser/test/code/parser/expr/print.test
2022-08-17 21:48:37 +02:00

14 lines
179 B
Plaintext

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