mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8e6a3c4776
commit
5ea71a9210
2 changed files with 10 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue