From: Mikko Koppanen Date: Thu, 24 Dec 2009 13:57:21 +0000 (+0000) Subject: Fix the proto entry for trunk X-Git-Tag: php-5.4.0alpha1~191^2~2168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5c6a9b0fd9aed6e3d1a933eb25847d8d0ff27dc;p=php Fix the proto entry for trunk --- diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index d90e0881ce..b5fa78baef 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -1668,7 +1668,7 @@ PHP_FUNCTION(stream_encoding) } /* }}} */ -/* {{{ proto string stream_resolve_include_path(string filename) U +/* {{{ proto string stream_resolve_include_path(string filename [, resource context]) U Determine what file will be opened by calls to fopen() with a relative path */ PHP_FUNCTION(stream_resolve_include_path) {