pajoye Wed, 31 Aug 2011 10:05:54 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=315869
Log:
- make it parser version independent
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/tests/bug48693.phpt
U php/php-src/branches/PHP_5_4/Zend/tests/bug48693.phpt
U php/php-src/trunk/Zend/tests/bug48693.phpt
Modified: php/php-src/branches/PHP_5_3/Zend/tests/bug48693.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/tests/bug48693.phpt 2011-08-31
09:16:04 UTC (rev 315868)
+++ php/php-src/branches/PHP_5_3/Zend/tests/bug48693.phpt 2011-08-31
10:05:54 UTC (rev 315869)
@@ -18,9 +18,9 @@
?>
--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)
Modified: php/php-src/branches/PHP_5_4/Zend/tests/bug48693.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/Zend/tests/bug48693.phpt 2011-08-31
09:16:04 UTC (rev 315868)
+++ php/php-src/branches/PHP_5_4/Zend/tests/bug48693.phpt 2011-08-31
10:05:54 UTC (rev 315869)
@@ -18,9 +18,9 @@
?>
--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 of file 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)
Modified: php/php-src/trunk/Zend/tests/bug48693.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/bug48693.phpt 2011-08-31 09:16:04 UTC (rev
315868)
+++ php/php-src/trunk/Zend/tests/bug48693.phpt 2011-08-31 10:05:54 UTC (rev
315869)
@@ -18,9 +18,9 @@
?>
--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 of file 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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php