Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / expr / newWithoutClass.test
index ca7f4981e3a4b98993c8a610972e55f83807f45d..318f9301f9f302bbaeb32e2b4393f9f98c5e33ea 100644 (file)
@@ -14,10 +14,12 @@ new;
 !!php7
 Syntax error, unexpected ';' from 2:4 to 2:4
 array(
-    0: Expr_New(
-        class: Expr_Error(
-        )
-        args: array(
+    0: Stmt_Expression(
+        expr: Expr_New(
+            class: Expr_Error(
+            )
+            args: array(
+            )
         )
     )
 )
\ No newline at end of file