diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-01 11:40:23 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-01 11:40:23 +0000 |
commit | 486b0b2610cace11bd43a667b316f80f65cc95be (patch) | |
tree | cc66e2afc4900b1de57e559a9bef705ce57ae983 | |
parent | 9e79833943519e466998da17a311ba07fe6b3a7e (diff) | |
download | php-git-486b0b2610cace11bd43a667b316f80f65cc95be.tar.gz |
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4
-rw-r--r-- | tests/basic/bug51709_1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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=== <?php exit(0); ?> --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 |