mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Deleted duplicate entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27026 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c68e1c698
commit
77c11d7eab
1 changed files with 1 additions and 44 deletions
|
@ -848,51 +848,8 @@ 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>
|
||||
|
||||
</sect1>
|
||||
</appendix>
|
||||
</appendix>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
|
Loading…
Reference in a new issue