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:
Karoly Negyesi 2011-06-12 07:06:02 +00:00
parent 61e122fd90
commit d6b4fef6bf
2 changed files with 18 additions and 0 deletions

View file

@ -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>

View file

@ -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">