diff --git a/reference/errorfunc/functions/error-reporting.xml b/reference/errorfunc/functions/error-reporting.xml index 202a968e02..6ad1e84a51 100644 --- a/reference/errorfunc/functions/error-reporting.xml +++ b/reference/errorfunc/functions/error-reporting.xml @@ -1,5 +1,5 @@ - + error_reporting @@ -36,118 +36,9 @@ so older integer-based error levels will not always behave as expected. - The available error level constants are listed below. The actual + The available error level constants and the actual meanings of these error levels are described in the predefined constants. - - <function>error_reporting</function> level constants and bit values - - - - value - constant - - - - - 1 - - E_ERROR - - - - 2 - - E_WARNING - - - - 4 - - E_PARSE - - - - 8 - - E_NOTICE - - - - 16 - - E_CORE_ERROR - - - - 32 - - E_CORE_WARNING - - - - 64 - - E_COMPILE_ERROR - - - - 128 - - E_COMPILE_WARNING - - - - 256 - - E_USER_ERROR - - - - 512 - - E_USER_WARNING - - - - 1024 - - E_USER_NOTICE - - - - 6143 - - E_ALL - - - - 2048 - - E_STRICT - - - - 4096 - - E_RECOVERABLE_ERROR - - - - 8192 - - E_DEPRECATED - - - - 16384 - - E_USER_DEPRECATED - - - - -