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:
Jakub Vrana 2013-05-22 03:12:32 +00:00
parent 8f10aa0448
commit b0e4289aed

View file

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