Fixed PHP bug #51887 (T_NS_C and T_NAMESPACE not separated in Parser Token List)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299641 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-05-23 11:56:50 +00:00
parent 3f159d3087
commit 2dc6a55895

View file

@ -497,12 +497,19 @@
<entry><link linkend="language.operators.assignment">assignment
operators</link></entry>
</row>
<row>
<entry><constant>T_NAMESPACE</constant></entry>
<entry>namespace</entry>
<entry>
<link linkend="language.namespaces">namespaces</link> (available since PHP
5.3.0)
</entry>
</row>
<row>
<entry><constant>T_NS_C</constant></entry>
<entry>__NAMESPACE__</entry>
<entry>
<link linkend="language.namespaces">namespaces</link>.
Also defined as <constant>T_NAMESPACE</constant>
<link linkend="language.namespaces">namespaces</link>
(available since PHP 5.3.0)
</entry>
</row>