X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fnikic%2Fphp-parser%2Ftest%2Fcode%2Fparser%2Fstmt%2FmultiCatch.test;fp=vendor%2Fnikic%2Fphp-parser%2Ftest%2Fcode%2Fparser%2Fstmt%2FmultiCatch.test;h=f7cfb3c6b86650ef99039567f9c53c0cf85b1440;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=bed73ad91122a669a79fcb7fdea75570747178f3;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/nikic/php-parser/test/code/parser/stmt/multiCatch.test b/vendor/nikic/php-parser/test/code/parser/stmt/multiCatch.test index bed73ad91..f7cfb3c6b 100644 --- a/vendor/nikic/php-parser/test/code/parser/stmt/multiCatch.test +++ b/vendor/nikic/php-parser/test/code/parser/stmt/multiCatch.test @@ -13,8 +13,10 @@ try { array( 0: Stmt_TryCatch( stmts: array( - 0: Expr_Variable( - name: x + 0: Stmt_Expression( + expr: Expr_Variable( + name: x + ) ) ) catches: array( @@ -31,10 +33,14 @@ array( ) ) ) - var: e1 + var: Expr_Variable( + name: e1 + ) stmts: array( - 0: Expr_Variable( - name: y + 0: Stmt_Expression( + expr: Expr_Variable( + name: y + ) ) ) ) @@ -52,10 +58,14 @@ array( ) ) ) - var: e2 + var: Expr_Variable( + name: e2 + ) stmts: array( - 0: Expr_Variable( - name: z + 0: Stmt_Expression( + expr: Expr_Variable( + name: z + ) ) ) )