adding context to the eof ignored problem

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312102 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Karoly Negyesi 2011-06-12 15:03:18 +00:00
parent 8e6a3c4776
commit 5ea71a9210
2 changed files with 10 additions and 4 deletions

View file

@ -58,8 +58,11 @@
&reftitle.notes;
<warning>
<para>
As long as <methodname>streamWrapper::stream_read</methodname> returns
a non-empty string the return value of
When reading a file, PHP will call call
<methodname>streamWrapper::stream_read</methodname> followed by
<methodname>streamWrapper::stream_eof</methodname> in a loop but as long
as <methodname>streamWrapper::stream_read</methodname> returns a
non-empty string, the return value of
<methodname>streamWrapper::stream_eof</methodname> is ignored.
</para>
</warning>

View file

@ -101,8 +101,11 @@
</note>
<warning>
<para>
As long as <methodname>streamWrapper::stream_read</methodname> returns
a non-empty string the return value of
When reading a file, PHP will call call
<methodname>streamWrapper::stream_read</methodname> followed by
<methodname>streamWrapper::stream_eof</methodname> in a loop but as long
as <methodname>streamWrapper::stream_read</methodname> returns a
non-empty string, the return value of
<methodname>streamWrapper::stream_eof</methodname> is ignored.
</para>
</warning>