From c588cc8011ca4f0f60c042ff7a92dad3a90bb0e2 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 3 Dec 2012 01:06:44 +0000 Subject: [PATCH] Use the signed 32 bit integer entity to handle ftell() returning negative numbers. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328615 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/ftell.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/filesystem/functions/ftell.xml b/reference/filesystem/functions/ftell.xml index 97471b9a3d..5495491653 100644 --- a/reference/filesystem/functions/ftell.xml +++ b/reference/filesystem/functions/ftell.xml @@ -45,6 +45,7 @@ If an error occurs, returns &false;. + &fs.file.32bit;