From 99e65b7ae915781efeefd009afa6cc9925d86009 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 30 Aug 2011 11:43:58 +0000 Subject: [PATCH] Fixed bug#30157, stream_tell() isn't called by ftell(), only when seeking git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315772 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/streamwrapper/stream-tell.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/stream/streamwrapper/stream-tell.xml b/reference/stream/streamwrapper/stream-tell.xml index f324fc838d..63423b1949 100644 --- a/reference/stream/streamwrapper/stream-tell.xml +++ b/reference/stream/streamwrapper/stream-tell.xml @@ -14,7 +14,8 @@ - This method is called in response to ftell. + This method is called in response to fseek to + determine the current position. @@ -58,7 +59,7 @@ &reftitle.seealso; - ftell + streamWrapper::stream_tell