mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-04 10:18:09 +01:00
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
|
Error suppression
|
||
|
-----
|
||
|
<?php
|
||
|
@$a;
|
||
|
-----
|
||
|
array(
|
||
|
0: Expr_ErrorSuppress(
|
||
|
expr: Expr_Variable(
|
||
|
name: a
|
||
|
)
|
||
|
)
|
||
|
)
|