From: Pierre Joye Date: Thu, 1 Sep 2011 11:40:37 +0000 (+0000) Subject: - consider that bison 2.x is used. updated our ci boxes accordingly (windows too... X-Git-Tag: php-5.3.9RC1~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cef55952fe9b7cd30de50478bc577203342cc97;p=php - consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4 --- diff --git a/tests/basic/bug51709_2.phpt b/tests/basic/bug51709_2.phpt index 1d4440f5c3..c5e904df83 100644 --- a/tests/basic/bug51709_2.phpt +++ b/tests/basic/bug51709_2.phpt @@ -13,4 +13,4 @@ class foo { ===DONE=== --EXPECTF-- -Parse error: %s error, %s(T_STRING)%s in %sbug51709_2.php on line %d +Parse error: syntax error, unexpected 'goto' (T_GOTO), expecting identifier (T_STRING) in %sbug51709_2.php on line %d