diff options
author | Pierre Joye <pajoye@php.net> | 2011-08-31 20:16:11 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-08-31 20:16:11 +0000 |
commit | 7953b9b39ba6a88c05359b8701dd7e855694b78f (patch) | |
tree | b68882d29c98d436c34331093f017affc6daab81 /tests | |
parent | 2c5c7a2ef3fe1913ef71c4cd64720d8c7c12584e (diff) | |
download | php-git-7953b9b39ba6a88c05359b8701dd7e855694b78f.tar.gz |
- error msg may vary (parser)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/bug51709_2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/bug51709_2.phpt b/tests/basic/bug51709_2.phpt index 49b7fd28da..1d4440f5c3 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: syntax error, unexpected "goto (T_GOTO)", expecting "identifier (T_STRING)" in %sbug51709_2.php on line %d +Parse error: %s error, %s(T_STRING)%s in %sbug51709_2.php on line %d |