mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
We really needs warnings based on http://bugs.php.net/bug.php?id=40047
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312085 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61e122fd90
commit
d6b4fef6bf
2 changed files with 18 additions and 0 deletions
|
@ -54,6 +54,17 @@
|
|||
</refsect1>
|
||||
-->
|
||||
|
||||
<refsect1 role="notes"><!-- {{{ -->
|
||||
&reftitle.notes;
|
||||
<warning>
|
||||
<para>
|
||||
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>
|
||||
</refsect1><!-- }}} -->
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
|
@ -99,6 +99,13 @@
|
|||
<acronym>EOF</acronym> is assumed.
|
||||
</para>
|
||||
</note>
|
||||
<warning>
|
||||
<para>
|
||||
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>
|
||||
</refsect1><!-- }}} -->
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
Loading…
Reference in a new issue