Date: 06/25/00
- Next message: Stefan Livieratos: "[PHPDOC] cvs: phpdoc /de/functions session.xml /en/functions session.xml /it/functions session.xml /ja/functions session.xml"
- Previous message: Hojtsy Gabor: "[PHPDOC] hungarian translation UC"
- Next in thread: Jouni Ahto: "Re: [PHPDOC] cvs: phpdoc /de/appendices phpdevel.xml /en/appendices phpdevel.xml /it/appendices phpdevel.xml /ja/appendices phpdevel.xml"
- Reply: Jouni Ahto: "Re: [PHPDOC] cvs: phpdoc /de/appendices phpdevel.xml /en/appendices phpdevel.xml /it/appendices phpdevel.xml /ja/appendices phpdevel.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Sun Jun 25 04:44:48 2000 EDT
Modified files:
/phpdoc/en/appendices phpdevel.xml
/phpdoc/de/appendices phpdevel.xml
/phpdoc/it/appendices phpdevel.xml
/phpdoc/ja/appendices phpdevel.xml
Log:
More stuff from Stefan Livieratos.
Index: phpdoc/en/appendices/phpdevel.xml
diff -u phpdoc/en/appendices/phpdevel.xml:1.2 phpdoc/en/appendices/phpdevel.xml:1.3
--- phpdoc/en/appendices/phpdevel.xml:1.2 Thu Dec 9 16:34:36 1999
+++ phpdoc/en/appendices/phpdevel.xml Sun Jun 25 04:44:46 2000
@@ -805,6 +805,92 @@
</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>
+
+ <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
@@ -817,7 +903,7 @@
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Index: phpdoc/de/appendices/phpdevel.xml
diff -u phpdoc/de/appendices/phpdevel.xml:1.2 phpdoc/de/appendices/phpdevel.xml:1.3
--- phpdoc/de/appendices/phpdevel.xml:1.2 Thu Dec 9 16:34:27 1999
+++ phpdoc/de/appendices/phpdevel.xml Sun Jun 25 04:44:46 2000
@@ -805,6 +805,92 @@
</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>
+
+ <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
@@ -817,7 +903,7 @@
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Index: phpdoc/it/appendices/phpdevel.xml
diff -u phpdoc/it/appendices/phpdevel.xml:1.1 phpdoc/it/appendices/phpdevel.xml:1.2
--- phpdoc/it/appendices/phpdevel.xml:1.1 Sat Dec 18 16:03:38 1999
+++ phpdoc/it/appendices/phpdevel.xml Sun Jun 25 04:44:47 2000
@@ -805,6 +805,92 @@
</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>
+
+ <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
@@ -817,7 +903,7 @@
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
Index: phpdoc/ja/appendices/phpdevel.xml
diff -u phpdoc/ja/appendices/phpdevel.xml:1.1 phpdoc/ja/appendices/phpdevel.xml:1.2
--- phpdoc/ja/appendices/phpdevel.xml:1.1 Fri Dec 24 18:07:17 1999
+++ phpdoc/ja/appendices/phpdevel.xml Sun Jun 25 04:44:47 2000
@@ -838,7 +838,92 @@
関数は、このタイプのエラーを生成しません。
</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>
+
+ <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
@@ -851,7 +936,7 @@
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
- Next message: Stefan Livieratos: "[PHPDOC] cvs: phpdoc /de/functions session.xml /en/functions session.xml /it/functions session.xml /ja/functions session.xml"
- Previous message: Hojtsy Gabor: "[PHPDOC] hungarian translation UC"
- Next in thread: Jouni Ahto: "Re: [PHPDOC] cvs: phpdoc /de/appendices phpdevel.xml /en/appendices phpdevel.xml /it/appendices phpdevel.xml /ja/appendices phpdevel.xml"
- Reply: Jouni Ahto: "Re: [PHPDOC] cvs: phpdoc /de/appendices phpdevel.xml /en/appendices phpdevel.xml /it/appendices phpdevel.xml /ja/appendices phpdevel.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

