Core constants (bug #49923)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291297 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-25 10:10:13 +00:00
parent de06591551
commit 1e3320a7e3

View file

@ -44,7 +44,7 @@ print_r(get_defined_constants(true));
<![CDATA[
Array
(
[internal] => Array
[Core] => Array
(
[E_ERROR] => 1
[E_WARNING] => 2
@ -107,6 +107,13 @@ Array
</row>
</thead>
<tbody>
<row>
<entry>5.2.9</entry>
<entry>
Core constants are categorized under <literal>Core</literal>,
previously <literal>internal</literal>.
</entry>
</row>
<row>
<entry>5.0.0</entry>
<entry>