From b0e4289aed03652ce53e111e9bcad0c97664beeb Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 22 May 2013 03:12:32 +0000 Subject: [PATCH] T_STRING is not used for strings git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330336 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/tokens.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index 0f4aa355da..dc085f5c99 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -688,9 +688,9 @@ T_STRING parent, true etc. - identifiers, e.g. strings, - object oriented keywords like parent and self, - functions, classes and more are matched. + identifiers, e.g. keywords like parent and self, + function names, class names and more are matched. + See also T_CONSTANT_ENCAPSED_STRING.