diff options
author | Hannes Magnusson <bjori@php.net> | 2011-06-03 17:38:37 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2011-06-03 17:38:37 +0000 |
commit | a1ae8af54c9a7ad6ada50260c04eca09052d2a9c (patch) | |
tree | 6da5b3d7224876bf3558026083fd9a69a0f5f6c6 | |
parent | 3837f1205bff620677741ee6114df617ec5410e9 (diff) | |
download | php-git-a1ae8af54c9a7ad6ada50260c04eca09052d2a9c.tar.gz |
Fix tests
#Note to self; do not rename tests just before committing
-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 |