Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / errorHandling / eofError.test
index 92951b7f26f7594a0a89049be1200174606b321a..012841def0d8b7e773937de474f5261cbd140572 100644 (file)
@@ -4,10 +4,12 @@ Error positions
 -----
 Syntax error, unexpected EOF from 1:10 to 1:10
 array(
-    0: Expr_ConstFetch(
-        name: Name(
-            parts: array(
-                0: foo
+    0: Stmt_Expression(
+        expr: Expr_ConstFetch(
+            name: Name(
+                parts: array(
+                    0: foo
+                )
             )
         )
     )
@@ -17,10 +19,12 @@ array(
 -----
 Syntax error, unexpected EOF from 1:20 to 1:20
 array(
-    0: Expr_ConstFetch(
-        name: Name(
-            parts: array(
-                0: foo
+    0: Stmt_Expression(
+        expr: Expr_ConstFetch(
+            name: Name(
+                parts: array(
+                    0: foo
+                )
             )
         )
     )