From d5c6a9b0fd9aed6e3d1a933eb25847d8d0ff27dc Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Thu, 24 Dec 2009 13:57:21 +0000 Subject: [PATCH] Fix the proto entry for trunk --- 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 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) { -- 2.50.1