Security update for Core, with self-updated composer
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / expr / errorSuppress.test
diff --git a/vendor/nikic/php-parser/test/code/parser/expr/errorSuppress.test b/vendor/nikic/php-parser/test/code/parser/expr/errorSuppress.test
new file mode 100644 (file)
index 0000000..ce3fce9
--- /dev/null
@@ -0,0 +1,12 @@
+Error suppression
+-----
+<?php
+@$a;
+-----
+array(
+    0: Expr_ErrorSuppress(
+        expr: Expr_Variable(
+            name: a
+        )
+    )
+)
\ No newline at end of file