From 3b9fce62468aecac6f81d2eafd1e5a3917a2f380 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 14 Nov 2008 06:00:48 +0000 Subject: [PATCH] MFH: 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 a1eddf63f2..fd8520016f 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -1038,7 +1038,7 @@ PHP_FUNCTION(stream_context_set_params) } /* }}} */ -/* {{{ proto bool stream_context_get_params(resource context|resource stream) +/* {{{ proto array stream_context_get_params(resource context|resource stream) Get parameters of a file context */ PHP_FUNCTION(stream_context_get_params) { -- 2.50.1