d07afda09175590d65a739247bc8079cbbe59900
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / expr / print.test
1 Print
2 -----
3 <?php
4 print $a;
5 -----
6 array(
7     0: Expr_Print(
8         expr: Expr_Variable(
9             name: a
10         )
11     )
12 )