mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add reserved namespaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318138 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3af32038c9
commit
77e57fc9c7
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ echo constant($d); // see "Namespaces and dynamic language features" section
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<note>
|
||||
<para>
|
||||
Namespace names <literal>PHP</literal> and <literal>php</literal>, and compound names starting
|
||||
with these names (like <literal>PHP\Classes</literal>) are reserved for internal language use
|
||||
and should not be used in the userspace code.
|
||||
</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="language.namespaces.definition">
|
||||
|
|
Loading…
Reference in a new issue