drupal-civicrm/vendor/nikic/php-parser/test/code/parser/expr/errorSuppress.test

12 lines
141 B
Plaintext
Raw Normal View History

2018-01-14 15:10:16 +02:00
Error suppression
-----
<?php
@$a;
-----
array(
0: Expr_ErrorSuppress(
expr: Expr_Variable(
name: a
)
)
)