From 01e00c3f39160b09b62373ff52104778d3c106a5 Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Wed, 2 Jul 2008 21:25:22 +0000 Subject: [PATCH] * Add E_DEPRECATED. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261952 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/constants.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/reference/errorfunc/constants.xml b/reference/errorfunc/constants.xml index 27bda69b62..3d03f2fd16 100644 --- a/reference/errorfunc/constants.xml +++ b/reference/errorfunc/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; &extension.constants.core; @@ -202,8 +202,21 @@ since PHP 5.2.0 + + 8192 + + E_DEPRECATED + (integer) + + + Run-time notices. Enable this to receive warnings about code + that will not work in future versions. + + since PHP 5.3.0 + + - 8191 + 14335 E_ALL (integer) @@ -212,7 +225,7 @@ All errors and warnings, as supported, except of level E_STRICT in PHP < 6. - 6143 in PHP 5.2.x and 2047 previously + 14335 in PHP 5.3.x, 6143 in PHP 5.2.x, 2047 previously