dallas          Tue Sep 20 17:39:00 2005 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   feof.xml 
  Log:
  Structure does not follow DTD, fixed.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/feof.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/filesystem/functions/feof.xml
diff -u phpdoc/en/reference/filesystem/functions/feof.xml:1.10 
phpdoc/en/reference/filesystem/functions/feof.xml:1.11
--- phpdoc/en/reference/filesystem/functions/feof.xml:1.10      Tue Sep 20 
08:06:16 2005
+++ phpdoc/en/reference/filesystem/functions/feof.xml   Tue Sep 20 17:38:58 2005
@@ -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 @@
 ?]]>
         </programlisting>
        </example>
+      </para>
      </warning>
    </refsect1>
   </refentry>

Reply via email to