summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2001-02-16 13:13:52 +0000
committerEgon Schmid <eschmid@php.net>2001-02-16 13:13:52 +0000
commitd27ebba71f56f48d5a74dbf19d072801e0183275 (patch)
treec0f0118d8ae958329823f981a7c63118f7087b87
parenteba3660d722a471273725f15715350b8b3c16a7e (diff)
downloadphp-git-d27ebba71f56f48d5a74dbf19d072801e0183275.tar.gz
Wrong return type.
-rw-r--r--ext/standard/file.c2
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)