From d27ebba71f56f48d5a74dbf19d072801e0183275 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Fri, 16 Feb 2001 13:13:52 +0000 Subject: [PATCH] Wrong return type. --- 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 e8e5448d39..e264e94995 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1729,7 +1729,7 @@ cleanup: -/* {{{ proto int fread(int fp, int length) +/* {{{ proto string fread(int fp, int length) Binary-safe file read */ PHP_FUNCTION(fread) -- 2.50.1