From e364d1f589a4a6c466be3c1b6d89baa301fc8289 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 5 May 2003 12:36:35 +0000 Subject: [PATCH] proto fix --- ext/standard/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/file.c b/ext/standard/file.c index 0950dfccd8..4da72890f9 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -420,7 +420,7 @@ PHP_FUNCTION(get_meta_tags) /* }}} */ -/* {{{ proto string file_get_contents(string filename [[, bool use_include_path], resource context]) +/* {{{ proto string file_get_contents(string filename [, bool use_include_path [, resource context]]) Read the entire file into a string */ PHP_FUNCTION(file_get_contents) { -- 2.40.0