From 486b0b2610cace11bd43a667b316f80f65cc95be Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 1 Sep 2011 11:40:23 +0000 Subject: [PATCH] - consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4 --- tests/basic/bug51709_1.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/bug51709_1.phpt b/tests/basic/bug51709_1.phpt index 49b529b388..19d298ad7d 100644 --- a/tests/basic/bug51709_1.phpt +++ b/tests/basic/bug51709_1.phpt @@ -13,4 +13,4 @@ class foo { ===DONE=== --EXPECTF-- -Parse error: %s error, %s(T_STRING)%s in %sbug51709_1.php on line %d +Parse error: syntax error, unexpected 'for' (T_FOR), expecting identifier (T_STRING) in %sbug51709_1.php on line %d -- 2.40.0