From 97c13507db0ec5a26c8053fd4e0a5f64dde9d0f3 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 14 Nov 2008 06:00:33 +0000 Subject: [PATCH] Fix proto line --- ext/standard/streamsfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index 5506e76e1a..1b36aa7974 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -1151,7 +1151,7 @@ PHP_FUNCTION(stream_context_set_params) } /* }}} */ -/* {{{ proto bool stream_context_get_params(resource context|resource stream) U +/* {{{ proto array stream_context_get_params(resource context|resource stream) U Get parameters of a file context */ PHP_FUNCTION(stream_context_get_params) { -- 2.50.1