mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-03 18:07:58 +01:00
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
Error suppression
|
|
-----
|
|
<?php
|
|
@$a;
|
|
-----
|
|
array(
|
|
0: Stmt_Expression(
|
|
expr: Expr_ErrorSuppress(
|
|
expr: Expr_Variable(
|
|
name: a
|
|
)
|
|
)
|
|
)
|
|
) |