Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / comments.test
index e15b969dd99835fa7f752955749110652d10c3f3..90b6b1f0798ed36dea6b865fccf143f41e647c8b 100644 (file)
@@ -21,8 +21,16 @@ if ($cond) {
 // bar 3
 -----
 array(
-    0: Expr_Variable(
-        name: var
+    0: Stmt_Expression(
+        expr: Expr_Variable(
+            name: var
+            comments: array(
+                0: /** doc 1 */
+                1: /* foobar 1 */
+                2: // foo 1
+                3: // bar 1
+            )
+        )
         comments: array(
             0: /** doc 1 */
             1: /* foobar 1 */