From: Hannes Magnusson Date: Fri, 3 Jun 2011 17:38:37 +0000 (+0000) Subject: Fix tests X-Git-Tag: php-5.3.7RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14e7d404d97e6dd011786cc36b8a4f0e1441a22f;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