ID:               40047
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alex at kiesel dot name
-Status:           Open
+Status:           Bogus
 Bug Type:         Streams related
 Operating System: Gentoo Linux
 PHP Version:      5.2.0
 New Comment:

The return value of the function is most definitely not 
ignored. The internal streams IO requires the additional read, 
hence the 2nd call.


Previous Comments:
------------------------------------------------------------------------

[2007-01-07 13:01:44] alex at kiesel dot name

Description:
------------
When reading through a stream wrapper, the method stream_eof() is
called, but it's result is discarded and ignored.
This leads to an obsolete call to stream_read().

Reproduce code:
---------------
http://kiesel.name/php/stream.phps

Expected result:
----------------
string(11) "stream_stat"
string(43) "stream_read(8192) / 80 / returning 80 bytes"
string(14) "stream_eof(): "
bool(true)


Actual result:
--------------
string(11) "stream_stat"
string(43) "stream_read(8192) / 80 / returning 80 bytes"
string(14) "stream_eof(): "
bool(true)
string(42) "stream_read(8192) / 80 / returning 0 bytes"
string(14) "stream_eof(): "
bool(true)



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40047&edit=1

Reply via email to