From 14e7d404d97e6dd011786cc36b8a4f0e1441a22f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 3 Jun 2011 17:38:37 +0000 Subject: [PATCH] Fix tests #Note to self; do not rename tests just before committing --- Zend/tests/function_arguments_001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0