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