Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / stmt / loop / do.test
index 2799e26ffddeea6dee1a2c29ef0b2a1bae48a95d..76c808108203b9140d807c698575c421f98cc992 100644 (file)
@@ -8,10 +8,10 @@ do {
 -----
 array(
     0: Stmt_Do(
+        stmts: array(
+        )
         cond: Expr_Variable(
             name: a
         )
-        stmts: array(
-        )
     )
 )
\ No newline at end of file