]> granicus.if.org Git - php/commitdiff
Fix the proto entry for trunk
authorMikko Koppanen <mkoppanen@php.net>
Thu, 24 Dec 2009 13:57:21 +0000 (13:57 +0000)
committerMikko Koppanen <mkoppanen@php.net>
Thu, 24 Dec 2009 13:57:21 +0000 (13:57 +0000)
ext/standard/streamsfuncs.c

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