Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / expr / errorSuppress.test
index ce3fce96a229d074bd38d91a95079db87d4262c9..7f099988abedf7855e753a23d18e8bd3f5f2f031 100644 (file)
@@ -4,9 +4,11 @@ Error suppression
 @$a;
 -----
 array(
-    0: Expr_ErrorSuppress(
-        expr: Expr_Variable(
-            name: a
+    0: Stmt_Expression(
+        expr: Expr_ErrorSuppress(
+            expr: Expr_Variable(
+                name: a
+            )
         )
     )
 )
\ No newline at end of file