From 17acc55ad0a3aeacb350fae608b86b712c7fa9cf Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 26 Feb 2003 19:34:16 +0000 Subject: [PATCH] - Fix proto --- 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 6762ab66cc..0674f4b3fd 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -2082,7 +2082,7 @@ PHP_FUNCTION(rmdir) } /* }}} */ -/* {{{ proto int readfile(string filename [, int use_include_path]) +/* {{{ proto int readfile(string filename [, bool use_include_path]) Output a file or a URL */ PHP_FUNCTION(readfile) { -- 2.50.1