]> granicus.if.org Git - php/commitdiff
s/fgetwrapperdata/file_get_wrapper_data/
authorWez Furlong <wez@php.net>
Tue, 19 Mar 2002 13:33:07 +0000 (13:33 +0000)
committerWez Furlong <wez@php.net>
Tue, 19 Mar 2002 13:33:07 +0000 (13:33 +0000)
ext/standard/basic_functions.c
ext/standard/file.c
ext/standard/file.h

index a056db2fa0fe0b2d828352e8687c003770f0beb2..410b8152e9f0d9acb926797f57dda6f07e24306c 100644 (file)
@@ -623,7 +623,7 @@ function_entry basic_functions[] = {
        PHP_FE(set_socket_blocking,                                                                                             NULL)
        PHP_FE(socket_set_blocking,                                                                                             NULL)
 
-       PHP_FE(fgetwrapperdata,                                                                                                 NULL)
+       PHP_FE(file_get_wrapper_data,                                                                                   NULL)
        PHP_FE(file_register_wrapper,                                                                                   NULL)
 
 #if HAVE_SYS_TIME_H
index 9aa19482473203b7a66da0b08f58759f613d143b..727faa96cadd8c06c684f01aaffa185e2f84e869 100644 (file)
@@ -535,9 +535,9 @@ PHP_NAMED_FUNCTION(php_if_tmpfile)
 }
 /* }}} */
 
-/* {{{ proto resource fgetwrapperdata(resource fp)
+/* {{{ proto resource file_get_wrapper_data(resource fp)
  */
-PHP_FUNCTION(fgetwrapperdata)
+PHP_FUNCTION(file_get_wrapper_data)
 {
        zval **arg1;
        php_stream *stream;
index 994ec7be875b453b43a763abdd2791eb8290886f..d3230fbc35f6bdd2e9463d0293e5e6a848ba117b 100644 (file)
@@ -70,7 +70,7 @@ PHP_FUNCTION(realpath);
 PHP_NAMED_FUNCTION(php_if_ftruncate);
 PHP_NAMED_FUNCTION(php_if_fstat);
 
-PHP_FUNCTION(fgetwrapperdata);
+PHP_FUNCTION(file_get_wrapper_data);
 PHP_FUNCTION(file_register_wrapper);
 
 PHPAPI int php_set_sock_blocking(int socketd, int block);