laruence Tue, 30 Aug 2011 12:11:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=315776
Log:
Fixed testing failed
Changed paths:
U php/php-src/trunk/tests/basic/bug51709_1.phpt
U php/php-src/trunk/tests/basic/bug51709_2.phpt
U php/php-src/trunk/tests/lang/bug21820.phpt
Modified: php/php-src/trunk/tests/basic/bug51709_1.phpt
===================================================================
--- php/php-src/trunk/tests/basic/bug51709_1.phpt 2011-08-30 12:01:25 UTC
(rev 315775)
+++ php/php-src/trunk/tests/basic/bug51709_1.phpt 2011-08-30 12:11:03 UTC
(rev 315776)
@@ -13,4 +13,4 @@
===DONE===
<?php exit(0); ?>
--EXPECTF--
-Parse error: syntax error, unexpected 'for' (T_FOR), expecting identifier
(T_STRING) 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
Modified: php/php-src/trunk/tests/basic/bug51709_2.phpt
===================================================================
--- php/php-src/trunk/tests/basic/bug51709_2.phpt 2011-08-30 12:01:25 UTC
(rev 315775)
+++ php/php-src/trunk/tests/basic/bug51709_2.phpt 2011-08-30 12:11:03 UTC
(rev 315776)
@@ -13,4 +13,4 @@
===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: syntax error, unexpected "goto (T_GOTO)", expecting "identifier
(T_STRING)" in %sbug51709_2.php on line %d
Modified: php/php-src/trunk/tests/lang/bug21820.phpt
===================================================================
--- php/php-src/trunk/tests/lang/bug21820.phpt 2011-08-30 12:01:25 UTC (rev
315775)
+++ php/php-src/trunk/tests/lang/bug21820.phpt 2011-08-30 12:11:03 UTC (rev
315776)
@@ -10,4 +10,4 @@
?>
--EXPECTF--
-Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE),
expecting identifier (T_STRING) or variable (T_VARIABLE) or number
(T_NUM_STRING) in %sbug21820.php on line %d
+Parse error: syntax error, unexpected "quoted-string and whitespace
(T_ENCAPSED_AND_WHITESPACE)", expecting "identifier (T_STRING)" or "variable
(T_VARIABLE)" or "number (T_NUM_STRING)" in %sbug21820.php on line %d
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php