[PHP-DOC] cvs: phpdoc /fr/appendices phpdevel.xml From: Egon Schmid (eschmid <email protected>)
Date: 10/30/00

eschmid Mon Oct 30 05:48:34 2000 EDT

  Modified files:
    /phpdoc/fr/appendices phpdevel.xml
  Log:
  Missing IDs added.
  
Index: phpdoc/fr/appendices/phpdevel.xml
diff -u phpdoc/fr/appendices/phpdevel.xml:1.4 phpdoc/fr/appendices/phpdevel.xml:1.5
--- phpdoc/fr/appendices/phpdevel.xml:1.4 Fri Oct 27 00:54:21 2000
+++ phpdoc/fr/appendices/phpdevel.xml Mon Oct 30 05:48:34 2000
@@ -858,6 +858,22 @@
    </simpara>
   </sect2>
 
+ <sect2 id="internal.e-compile-error">
+ <title>E_COMPILE_ERROR</title>
+ <simpara>
+ This is like an E_ERROR, except it is generated by the Zend Scripting
+ Engine. Functions should not generate this type of error.
+ </simpara>
+ </sect2>
+
+ <sect2 id="internal.e-compile-warning">
+ <title>E_COMPILE_WARNING</title>
+ <simpara>
+ This is like an E_WARNING, except it is generated by the Zend Scripting
+ Engine. Functions should not generate this type of error.
+ </simpara>
+ </sect2>
+
   <sect2 id="internal.e-user-error">
    <title>E_USER_ERROR</title>
    <simpara>