summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-09-01 11:40:23 +0000
committerPierre Joye <pajoye@php.net>2011-09-01 11:40:23 +0000
commitd76396934402d465c452a47ee96f564d41b4ec25 (patch)
tree46ecbc0f5f6586ac8a0923b85f812460fcb56a04
parent04b6ce21d2893eda74a933be3c35aaf812d3dea7 (diff)
downloadphp-git-d76396934402d465c452a47ee96f564d41b4ec25.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.phpt2
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