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:
Stanislav Malyshev 2011-10-16 00:56:35 +00:00
parent 3af32038c9
commit 77e57fc9c7

View file

@ -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">