summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-09-01 11:40:37 +0000
committerPierre Joye <pajoye@php.net>2011-09-01 11:40:37 +0000
commit91718bc5891709a761717ad36433b60098feafac (patch)
tree27175be60f77e8fea0254b2a50e3fcffa81df93b
parent486b0b2610cace11bd43a667b316f80f65cc95be (diff)
downloadphp-git-91718bc5891709a761717ad36433b60098feafac.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_2.phpt2
1 files changed, 1 insertions, 1 deletions
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===
<?php exit(0); ?>
--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