Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / stmt / controlFlow.test
index 2de1c4f250b9a9b087f1c12cc3cf322ef2de3a5a..d9c9fcf353a6102b20d200012667a1705edd7977 100644 (file)
@@ -47,9 +47,13 @@ array(
         )
     )
     7: Stmt_Label(
-        name: label
+        name: Identifier(
+            name: label
+        )
     )
     8: Stmt_Goto(
-        name: label
+        name: Identifier(
+            name: label
+        )
     )
 )
\ No newline at end of file