Current File : /home/itiffy/public_html/vendor/nikic/php-parser/test/code/parser/expr/errorSuppress.test
Error suppression
-----
<?php
@$a;
-----
array(
    0: Expr_ErrorSuppress(
        expr: Expr_Variable(
            name: a
        )
    )
)