#61974 edit errors section to include E_WARNING on not found info

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329305 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2013-01-26 11:26:56 +00:00
parent 0d01b79df7
commit 821c5e40e7

View file

@ -162,7 +162,7 @@
<refsect1 role="errors">
&reftitle.errors;
<para>
An <constant>E_WARNING</constant> level error is generated if either <parameter>maxlength</parameter>
An <constant>E_WARNING</constant> level error is generated if <parameter>filename</parameter> cannot be found, <parameter>maxlength</parameter>
is less than zero, or if seeking to the specified <parameter>offset</parameter> in the stream fails.
</para>
</refsect1>