From: Pierre Joye Date: Wed, 31 Aug 2011 10:05:54 +0000 (+0000) Subject: - make it parser version independent X-Git-Tag: php-5.3.9RC1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3853e85a79c878008c37d78212e56fd3b6559c9e;p=php - make it parser version independent --- 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)