Date: 06/25/00
- Next message: Joey Smith: "[PHPDOC] func_get_arg definition?"
- Previous message: Richard Sims: "[PHPDOC] Documentation about Includes needs more explanation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Sun Jun 25 07:18:10 2000 EDT
Modified files:
/phpdoc/en/appendices phpdevel.xml
/phpdoc/de/appendices phpdevel.xml
/phpdoc/it/appendices phpdevel.xml
Log:
Deleted duplicate entries.
Index: phpdoc/en/appendices/phpdevel.xml
diff -u phpdoc/en/appendices/phpdevel.xml:1.3 phpdoc/en/appendices/phpdevel.xml:1.4
--- phpdoc/en/appendices/phpdevel.xml:1.3 Sun Jun 25 04:44:46 2000
+++ phpdoc/en/appendices/phpdevel.xml Sun Jun 25 07:18:10 2000
@@ -848,51 +848,8 @@
</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>
- This is like an E_ERROR, except it is generated in PHP code by using
- the PHP function <function>trigger_error</function>. Functions should
- not generate this type of error.
- </simpara>
- </sect2>
-
- <sect2 id="internal.e-user-warning">
- <title>E_USER_WARNING</title>
- <simpara>
- This is like an E_WARNING, except it is generated by using the PHP
- function <function>trigger_error</function>. Functions should not
- generate this type of error.
- </simpara>
- </sect2>
-
- <sect2 id="internal.e-user-notice">
- <title>E_USER_NOTICE</title>
- <simpara>
- This is like an E_NOTICE, except it is generated by using the PHP
- function <function>trigger_error</function>. Functions should not
- generate this type of error.
- </simpara>
- </sect2>
-
</sect1>
-</appendix>
+ </appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Index: phpdoc/de/appendices/phpdevel.xml
diff -u phpdoc/de/appendices/phpdevel.xml:1.3 phpdoc/de/appendices/phpdevel.xml:1.4
--- phpdoc/de/appendices/phpdevel.xml:1.3 Sun Jun 25 04:44:46 2000
+++ phpdoc/de/appendices/phpdevel.xml Sun Jun 25 07:18:10 2000
@@ -848,51 +848,8 @@
</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>
- This is like an E_ERROR, except it is generated in PHP code by using
- the PHP function <function>trigger_error</function>. Functions should
- not generate this type of error.
- </simpara>
- </sect2>
-
- <sect2 id="internal.e-user-warning">
- <title>E_USER_WARNING</title>
- <simpara>
- This is like an E_WARNING, except it is generated by using the PHP
- function <function>trigger_error</function>. Functions should not
- generate this type of error.
- </simpara>
- </sect2>
-
- <sect2 id="internal.e-user-notice">
- <title>E_USER_NOTICE</title>
- <simpara>
- This is like an E_NOTICE, except it is generated by using the PHP
- function <function>trigger_error</function>. Functions should not
- generate this type of error.
- </simpara>
- </sect2>
-
</sect1>
-</appendix>
+ </appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Index: phpdoc/it/appendices/phpdevel.xml
diff -u phpdoc/it/appendices/phpdevel.xml:1.2 phpdoc/it/appendices/phpdevel.xml:1.3
--- phpdoc/it/appendices/phpdevel.xml:1.2 Sun Jun 25 04:44:47 2000
+++ phpdoc/it/appendices/phpdevel.xml Sun Jun 25 07:18:10 2000
@@ -848,49 +848,6 @@
</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>
- This is like an E_ERROR, except it is generated in PHP code by using
- the PHP function <function>trigger_error</function>. Functions should
- not generate this type of error.
- </simpara>
- </sect2>
-
- <sect2 id="internal.e-user-warning">
- <title>E_USER_WARNING</title>
- <simpara>
- This is like an E_WARNING, except it is generated by using the PHP
- function <function>trigger_error</function>. Functions should not
- generate this type of error.
- </simpara>
- </sect2>
-
- <sect2 id="internal.e-user-notice">
- <title>E_USER_NOTICE</title>
- <simpara>
- This is like an E_NOTICE, except it is generated by using the PHP
- function <function>trigger_error</function>. Functions should not
- generate this type of error.
- </simpara>
- </sect2>
-
</sect1>
</appendix>
<!-- Keep this comment at the end of the file
- Next message: Joey Smith: "[PHPDOC] func_get_arg definition?"
- Previous message: Richard Sims: "[PHPDOC] Documentation about Includes needs more explanation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

