mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 01:22:23 -04:00
14 lines
No EOL
179 B
Text
14 lines
No EOL
179 B
Text
Print
|
|
-----
|
|
<?php
|
|
print $a;
|
|
-----
|
|
array(
|
|
0: Stmt_Expression(
|
|
expr: Expr_Print(
|
|
expr: Expr_Variable(
|
|
name: a
|
|
)
|
|
)
|
|
)
|
|
) |