diff options
author | Pierre Joye <pajoye@php.net> | 2011-08-31 10:05:54 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-08-31 10:05:54 +0000 |
commit | 3853e85a79c878008c37d78212e56fd3b6559c9e (patch) | |
tree | d475491d6fb0c19f03c6fba2d907a17a254c8cf7 | |
parent | bbecdf57d3013f3acc75390e4af708cdbadb3b47 (diff) | |
download | php-git-3853e85a79c878008c37d78212e56fd3b6559c9e.tar.gz |
- make it parser version independent
-rw-r--r-- | Zend/tests/bug48693.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug48693.phpt b/Zend/tests/bug48693.phpt index e574346029..e5f7ce8f45 100644 --- a/Zend/tests/bug48693.phpt +++ b/Zend/tests/bug48693.phpt @@ -18,9 +18,9 @@ var_dump( ?> --EXPECTF-- -Parse error: syntax error, unexpected '}' in %s(%d) : runtime-created function on line 1 +Parse error: %s in %s(%d) : runtime-created function on line 1 -Parse error: syntax error, unexpected $end in %s(%d) : runtime-created function on line 1 +Parse error: %s %s(%d) : runtime-created function on line 1 bool(false) int(2) bool(false) |