]> granicus.if.org Git - php/commitdiff
is_uploaded_file() is probably a better name.
authorAndrei Zmievski <andrei@php.net>
Fri, 8 Sep 2000 21:58:28 +0000 (21:58 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 8 Sep 2000 21:58:28 +0000 (21:58 +0000)
ext/standard/basic_functions.c

index 77374bdeed5f8233730ff7eaeaab254336e372d1..973fc3d3e4d6ccc04b1ac66626d20fed0235892a 100644 (file)
@@ -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();