From: Arnaud Le Blanc Date: Fri, 14 Nov 2008 06:00:33 +0000 (+0000) Subject: Fix proto line X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97c13507db0ec5a26c8053fd4e0a5f64dde9d0f3;p=php Fix proto line --- 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) {