Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / expr / shellExec.test
index 2304fd985531334599cd651d9c1e46dbf5dc9103..115d9f0a36e4f1acb1b0224d1822d0fa8cef3f74 100644 (file)
@@ -8,38 +8,48 @@ Shell execution
 `test \"`;
 -----
 array(
-    0: Expr_ShellExec(
-        parts: array(
+    0: Stmt_Expression(
+        expr: Expr_ShellExec(
+            parts: array(
+            )
         )
     )
-    1: Expr_ShellExec(
-        parts: array(
-            0: Scalar_EncapsedStringPart(
-                value: test
+    1: Stmt_Expression(
+        expr: Expr_ShellExec(
+            parts: array(
+                0: Scalar_EncapsedStringPart(
+                    value: test
+                )
             )
         )
     )
-    2: Expr_ShellExec(
-        parts: array(
-            0: Scalar_EncapsedStringPart(
-                value: test
-            )
-            1: Expr_Variable(
-                name: A
+    2: Stmt_Expression(
+        expr: Expr_ShellExec(
+            parts: array(
+                0: Scalar_EncapsedStringPart(
+                    value: test
+                )
+                1: Expr_Variable(
+                    name: A
+                )
             )
         )
     )
-    3: Expr_ShellExec(
-        parts: array(
-            0: Scalar_EncapsedStringPart(
-                value: test `
+    3: Stmt_Expression(
+        expr: Expr_ShellExec(
+            parts: array(
+                0: Scalar_EncapsedStringPart(
+                    value: test `
+                )
             )
         )
     )
-    4: Expr_ShellExec(
-        parts: array(
-            0: Scalar_EncapsedStringPart(
-                value: test \"
+    4: Stmt_Expression(
+        expr: Expr_ShellExec(
+            parts: array(
+                0: Scalar_EncapsedStringPart(
+                    value: test \"
+                )
             )
         )
     )