From e29b823580c1fe28a4ce1749f7c4422d7b789018 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 30 Jun 2009 11:14:41 +0000 Subject: [PATCH] Remove duplicate table git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283114 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../errorfunc/functions/error-reporting.xml | 113 +----------------- 1 file changed, 2 insertions(+), 111 deletions(-) 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 - - - - -