Current File : /home/inlingua/www/crm.vprotectindia.com/vendor/nikic/php-parser/test/code/parser/expr/print.test
Print
-----
<?php
print $a;
-----
array(
    0: Stmt_Expression(
        expr: Expr_Print(
            expr: Expr_Variable(
                name: a
            )
        )
    )
)