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:
Egon Schmid 2000-06-25 14:18:11 +00:00
parent 4c68e1c698
commit 77c11d7eab

View file

@ -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