From f9a72d84af38934601105aeb39e55915061af79f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 20 May 2013 19:18:52 +0000 Subject: [PATCH] Fix EOF return value git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330312 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/zip/functions/zip-entry-read.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/zip/functions/zip-entry-read.xml b/reference/zip/functions/zip-entry-read.xml index 3233a13c9e..aeea6e7849 100644 --- a/reference/zip/functions/zip-entry-read.xml +++ b/reference/zip/functions/zip-entry-read.xml @@ -48,8 +48,7 @@ &reftitle.returnvalues; - Returns the data read, or &false; if the end of the file is - reached. + Returns the data read, empty string on end of a file, or &false; on error.