From 6abe71bebc4f324e3b9fdfd2733848bb78f00c26 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 19 Mar 2002 13:33:07 +0000 Subject: [PATCH] s/fgetwrapperdata/file_get_wrapper_data/ --- ext/standard/basic_functions.c | 2 +- ext/standard/file.c | 4 ++-- ext/standard/file.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index a056db2fa0..410b8152e9 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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 diff --git a/ext/standard/file.c b/ext/standard/file.c index 9aa1948247..727faa96ca 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -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; diff --git a/ext/standard/file.h b/ext/standard/file.h index 994ec7be87..d3230fbc35 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -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); -- 2.40.0