From: Andrei Zmievski Date: Fri, 8 Sep 2000 21:58:28 +0000 (+0000) Subject: is_uploaded_file() is probably a better name. X-Git-Tag: php-4.0.3RC1~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b409d2f9ea1e7ae12c715f3ec3299be04337e691;p=php is_uploaded_file() is probably a better name. --- 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();