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