diff options
| -rw-r--r-- | ext/standard/basic_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 77374bdeed..973fc3d3e4 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -356,7 +356,7 @@ function_entry basic_functions[] = { PHP_FE(parse_ini_file, NULL) - PHP_FE(is_upload_file, NULL) + PHP_FE(is_uploaded_file, NULL) /* functions from reg.c */ PHP_FE(ereg, third_argument_force_ref) @@ -2207,7 +2207,7 @@ PHPAPI PHP_FUNCTION(warn_not_available) } -PHP_FUNCTION(is_upload_file) +PHP_FUNCTION(is_uploaded_file) { zval **path; SLS_FETCH(); |
