X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fnikic%2Fphp-parser%2Ftest%2Fcode%2Fparser%2Fstmt%2FhaltCompiler.test;fp=vendor%2Fnikic%2Fphp-parser%2Ftest%2Fcode%2Fparser%2Fstmt%2FhaltCompiler.test;h=112946ea7c7e6085d773e5960ffd1afb95c3bfa4;hp=67133ba74c57d0a9068a894e467c29f550a9c65b;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/nikic/php-parser/test/code/parser/stmt/haltCompiler.test b/vendor/nikic/php-parser/test/code/parser/stmt/haltCompiler.test index 67133ba74..112946ea7 100644 --- a/vendor/nikic/php-parser/test/code/parser/stmt/haltCompiler.test +++ b/vendor/nikic/php-parser/test/code/parser/stmt/haltCompiler.test @@ -8,8 +8,10 @@ __halt_compiler() Hallo World! ----- array( - 0: Expr_Variable( - name: a + 0: Stmt_Expression( + expr: Expr_Variable( + name: a + ) ) 1: Stmt_HaltCompiler( remaining: Hallo World! @@ -22,8 +24,10 @@ $a; __halt_compiler();Hallo World! ----- array( - 0: Expr_Variable( - name: a + 0: Stmt_Expression( + expr: Expr_Variable( + name: a + ) ) 1: Stmt_HaltCompiler( remaining: Hallo World! @@ -44,8 +48,10 @@ array( ) ) stmts: array( - 0: Expr_Variable( - name: a + 0: Stmt_Expression( + expr: Expr_Variable( + name: a + ) ) ) )