2017-09-13 07:52:34 +02:00

12 lines
126 B
Plaintext

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