diff options
-rw-r--r-- | Zend/tests/function_arguments_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |