diff options
author | Egon Schmid <eschmid@php.net> | 2001-02-16 13:13:52 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2001-02-16 13:13:52 +0000 |
commit | d27ebba71f56f48d5a74dbf19d072801e0183275 (patch) | |
tree | c0f0118d8ae958329823f981a7c63118f7087b87 | |
parent | eba3660d722a471273725f15715350b8b3c16a7e (diff) | |
download | php-git-d27ebba71f56f48d5a74dbf19d072801e0183275.tar.gz |
Wrong return type.
-rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |