mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 17:28:27 +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
|
|
)
|
|
)
|
|
)
|
|
) |