From: Hannes Magnusson Date: Fri, 3 Jun 2011 17:38:37 +0000 (+0000) Subject: Fix tests X-Git-Tag: php-5.4.0alpha1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ae8af54c9a7ad6ada50260c04eca09052d2a9c;p=php Fix tests #Note to self; do not rename tests just before committing --- diff --git a/Zend/tests/function_arguments_001.phpt b/Zend/tests/function_arguments_001.phpt index e506350269..bf0cd4a206 100644 --- a/Zend/tests/function_arguments_001.phpt +++ b/Zend/tests/function_arguments_001.phpt @@ -5,5 +5,5 @@ Argument parsing error #001 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