Skip to content

Commit 17acc55

Browse files
author
Derick Rethans
committed
- Fix proto
1 parent bc11c47 commit 17acc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ PHP_FUNCTION(rmdir)
20822082
}
20832083
/* }}} */
20842084

2085-
/* {{{ proto int readfile(string filename [, int use_include_path])
2085+
/* {{{ proto int readfile(string filename [, bool use_include_path])
20862086
Output a file or a URL */
20872087
PHP_FUNCTION(readfile)
20882088
{

0 commit comments

Comments
 (0)