mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
More stuff from Stefan Livieratos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27015 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3f288f5d0d
commit
8c5f0ae709
1 changed files with 87 additions and 1 deletions
|
@ -805,6 +805,92 @@ php3_list_delete(resource_id->value.lval);
|
|||
</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-always-quote-attributes:t
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue