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