mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
de06591551
commit
1e3320a7e3
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue