]> granicus.if.org Git - php/commitdiff
Wrong return type.
authorEgon Schmid <eschmid@php.net>
Fri, 16 Feb 2001 13:13:52 +0000 (13:13 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 16 Feb 2001 13:13:52 +0000 (13:13 +0000)
ext/standard/file.c

index e8e5448d39014caa3e216922e77db34de52ace98..e264e94995af8c3005dd0dd0ab013e7a4376ec16 100644 (file)
@@ -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)