Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / expr / print.test
index d07afda09175590d65a739247bc8079cbbe59900..84ed7775b184c7afc1a24815cfd91fb9599a9a56 100644 (file)
@@ -4,9 +4,11 @@ Print
 print $a;
 -----
 array(
-    0: Expr_Print(
-        expr: Expr_Variable(
-            name: a
+    0: Stmt_Expression(
+        expr: Expr_Print(
+            expr: Expr_Variable(
+                name: a
+            )
         )
     )
 )
\ No newline at end of file