X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fnikic%2Fphp-parser%2Ftest%2Fcode%2Fparser%2Fexpr%2Fprint.test;fp=vendor%2Fnikic%2Fphp-parser%2Ftest%2Fcode%2Fparser%2Fexpr%2Fprint.test;h=84ed7775b184c7afc1a24815cfd91fb9599a9a56;hp=d07afda09175590d65a739247bc8079cbbe59900;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/nikic/php-parser/test/code/parser/expr/print.test b/vendor/nikic/php-parser/test/code/parser/expr/print.test index d07afda09..84ed7775b 100644 --- a/vendor/nikic/php-parser/test/code/parser/expr/print.test +++ b/vendor/nikic/php-parser/test/code/parser/expr/print.test @@ -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