bjori Fri, 03 Jun 2011 17:38:37 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=311782
Log:
Fix tests
#Note to self; do not rename tests just before committing
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/tests/function_arguments_001.phpt
U php/php-src/branches/PHP_5_4/Zend/tests/function_arguments_001.phpt
U php/php-src/trunk/Zend/tests/function_arguments_001.phpt
Modified: php/php-src/branches/PHP_5_3/Zend/tests/function_arguments_001.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/tests/function_arguments_001.phpt
2011-06-03 17:18:46 UTC (rev 311781)
+++ php/php-src/branches/PHP_5_3/Zend/tests/function_arguments_001.phpt
2011-06-03 17:38:37 UTC (rev 311782)
@@ -5,5 +5,5 @@
function foo($arg1 string) {}
?>
--EXPECTF--
-Parse error: syntax error, unexpected T_STRING, expecting ')' in
%sfunction_arguments.php on line %d
+Parse error: syntax error, unexpected T_STRING, expecting ')' in
%sfunction_arguments_001.php on line %d
Modified: php/php-src/branches/PHP_5_4/Zend/tests/function_arguments_001.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/Zend/tests/function_arguments_001.phpt
2011-06-03 17:18:46 UTC (rev 311781)
+++ php/php-src/branches/PHP_5_4/Zend/tests/function_arguments_001.phpt
2011-06-03 17:38:37 UTC (rev 311782)
@@ -5,5 +5,5 @@
function foo($arg1 string) {}
?>
--EXPECTF--
-Parse error: syntax error, unexpected T_STRING, expecting ')' in
%sfunction_arguments.php on line %d
+Parse error: syntax error, unexpected T_STRING, expecting ')' in
%sfunction_arguments_001.php on line %d
Modified: php/php-src/trunk/Zend/tests/function_arguments_001.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/function_arguments_001.phpt 2011-06-03
17:18:46 UTC (rev 311781)
+++ php/php-src/trunk/Zend/tests/function_arguments_001.phpt 2011-06-03
17:38:37 UTC (rev 311782)
@@ -5,5 +5,5 @@
function foo($arg1 string) {}
?>
--EXPECTF--
-Parse error: syntax error, unexpected T_STRING, expecting ')' in
%sfunction_arguments.php on line %d
+Parse error: syntax error, unexpected T_STRING, expecting ')' in
%sfunction_arguments_001.php on line %d
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php