summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/streamsfuncs.h')
-rw-r--r--ext/standard/streamsfuncs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/streamsfuncs.h b/ext/standard/streamsfuncs.h
index 95c1271d97..dd759f373a 100644
--- a/ext/standard/streamsfuncs.h
+++ b/ext/standard/streamsfuncs.h
@@ -38,7 +38,7 @@ PHP_FUNCTION(stream_get_transports);
PHP_FUNCTION(stream_get_wrappers);
PHP_FUNCTION(stream_get_line);
PHP_FUNCTION(stream_get_meta_data);
-PHP_FUNCTION(stream_register_wrapper);
+PHP_FUNCTION(stream_wrapper_register);
PHP_FUNCTION(stream_context_create);
PHP_FUNCTION(stream_context_set_params);
PHP_FUNCTION(stream_context_set_option);