mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Tokens T_CLOSE_TAG, T_CONST and T_CONTINUE now linked.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288938 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
435629630c
commit
c2c54b2a1c
1 changed files with 4 additions and 3 deletions
|
@ -115,7 +115,8 @@
|
|||
<row>
|
||||
<entry><constant>T_CLOSE_TAG</constant></entry>
|
||||
<entry>?> or %></entry>
|
||||
<entry></entry>
|
||||
<entry><link linkend="language.basic-syntax.phpmode">escaping
|
||||
from HTML</link></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>T_COMMENT</constant></entry>
|
||||
|
@ -131,7 +132,7 @@
|
|||
<row>
|
||||
<entry><constant>T_CONST</constant></entry>
|
||||
<entry>const</entry>
|
||||
<entry></entry>
|
||||
<entry><link linkend="language.constants">class constants</link></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>T_CONSTANT_ENCAPSED_STRING</constant></entry>
|
||||
|
@ -141,7 +142,7 @@
|
|||
<row>
|
||||
<entry><constant>T_CONTINUE</constant></entry>
|
||||
<entry>continue</entry>
|
||||
<entry></entry>
|
||||
<entry><link linkend="control-structures.continue">continue</link></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>T_CURLY_OPEN</constant></entry>
|
||||
|
|
Loading…
Reference in a new issue