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