From 77c11d7eab017b5e96a578007d410a62671277e5 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 25 Jun 2000 14:18:11 +0000 Subject: [PATCH] Deleted duplicate entries. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27026 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/phpdevel.xml | 45 +---------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/appendices/phpdevel.xml b/appendices/phpdevel.xml index ce044f3b04..7fdc6f5f9e 100644 --- a/appendices/phpdevel.xml +++ b/appendices/phpdevel.xml @@ -848,51 +848,8 @@ php3_list_delete(resource_id->value.lval); - - E_COMPILE_ERROR - - This is like an E_ERROR, except it is generated by the Zend Scripting - Engine. Functions should not generate this type of error. - - - - - E_COMPILE_WARNING - - This is like an E_WARNING, except it is generated by the Zend Scripting - Engine. Functions should not generate this type of error. - - - - - E_USER_ERROR - - This is like an E_ERROR, except it is generated in PHP code by using - the PHP function trigger_error. Functions should - not generate this type of error. - - - - - E_USER_WARNING - - This is like an E_WARNING, except it is generated by using the PHP - function trigger_error. Functions should not - generate this type of error. - - - - - E_USER_NOTICE - - This is like an E_NOTICE, except it is generated by using the PHP - function trigger_error. Functions should not - generate this type of error. - - - - +