]> granicus.if.org Git - php/commitdiff
MFH: Fix proto line
authorArnaud Le Blanc <lbarnaud@php.net>
Fri, 14 Nov 2008 06:00:48 +0000 (06:00 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Fri, 14 Nov 2008 06:00:48 +0000 (06:00 +0000)
ext/standard/streamsfuncs.c

index a1eddf63f2735357db3f1d6d6946c8c093a64fe6..fd8520016f7e7ef7b372c2bf737a93eb9cf6a206 100644 (file)
@@ -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)
 {