mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
T_STRING is not used for strings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330336 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8f10aa0448
commit
b0e4289aed
1 changed files with 3 additions and 3 deletions
|
@ -688,9 +688,9 @@
|
|||
<entry><constant>T_STRING</constant></entry>
|
||||
<entry>parent, true etc.</entry>
|
||||
<entry>
|
||||
identifiers, e.g. <link linkend="language.types.string.parsing">strings</link>,
|
||||
object oriented keywords like <literal>parent</literal> and <literal>self</literal>,
|
||||
functions, classes and more are matched.
|
||||
identifiers, e.g. keywords like <literal>parent</literal> and <literal>self</literal>,
|
||||
function names, class names and more are matched.
|
||||
See also <constant>T_CONSTANT_ENCAPSED_STRING</constant>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue