From 9676fa7f543bdcf339d744f02aa424f9e889475e Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Mon, 7 Aug 2000 16:10:30 +0000 Subject: [PATCH] Dupicate E_NOTICE deleted, added note about the detailed E_* list... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29827 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/language/constants.xml b/language/constants.xml index 0fd2c9b9a0..3c74130474 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -118,17 +118,6 @@ - - E_NOTICE - - - Something happened which may or may not be an error. Execution - continues. Examples include using an unquoted string as a hash - index, or accessing a variable which has not been set. - - - - E_ALL @@ -146,7 +135,8 @@ The E_* constants are typically used with the error_reporting function for setting the - error reporting level. + error reporting level. See all these constanst at + Error handling. You can define additional constants using the