Structure does not follow DTD, fixed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196482 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2005-09-20 21:38:58 +00:00
parent 6f693ba5f4
commit 48015c097a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.feof">
<refnamediv>
@ -27,9 +27,11 @@
</warning>
&fs.validfp.all;
<warning>
<para>
If passed file pointer is not valid you may get an infinite loop, because
EOF fails to return TRUE.
<example>
<title><function>feof</function> example with an invalid file pointer</title>
<programlisting role="php">
<![CDATA[
<?php
@ -45,6 +47,7 @@ fclose($file);
?]]>
</programlisting>
</example>
</para>
</warning>
</refsect1>
</refentry>