* Add E_DEPRECATED.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261952 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2008-07-02 21:25:22 +00:00
parent ecc513a1a0
commit 01e00c3f39

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<appendix xml:id="errorfunc.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&extension.constants.core;
@ -202,8 +202,21 @@
<entry>since PHP 5.2.0</entry>
</row>
<row xml:id="errorfunc.constants.errorlevels.e-deprecated-error">
<entry>8192</entry>
<entry>
<constant>E_DEPRECATED</constant>
(<type>integer</type>)
</entry>
<entry>
Run-time notices. Enable this to receive warnings about code
that will not work in future versions.
</entry>
<entry>since PHP 5.3.0</entry>
</row>
<row xml:id="errorfunc.constants.errorlevels.e-all">
<entry>8191</entry>
<entry>14335</entry>
<entry>
<constant>E_ALL</constant>
(<type>integer</type>)
@ -212,7 +225,7 @@
All errors and warnings, as supported, except of level
<constant>E_STRICT</constant> in PHP &lt; 6.
</entry>
<entry>6143 in PHP 5.2.x and 2047 previously</entry>
<entry>14335 in PHP 5.3.x, 6143 in PHP 5.2.x, 2047 previously</entry>
</row>
</tbody>