From: Egon Schmid Date: Fri, 16 Feb 2001 13:13:52 +0000 (+0000) Subject: Wrong return type. X-Git-Tag: php-4.0.5RC1~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d27ebba71f56f48d5a74dbf19d072801e0183275;p=php Wrong return type. --- 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)