From 0d9579b1a1bf9adff51400d82127294fca996215 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 22 Jul 2009 11:26:12 +0000 Subject: [PATCH] Undocumented tokens git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284599 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/tokens.xml | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index e5556c796d..6098ae24ec 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -89,7 +89,7 @@ T_CHARACTER - + not used anymore T_CLASS @@ -145,8 +145,9 @@ T_CURLY_OPEN - - + {$ + complex + variable parsed syntax T_DEC @@ -238,8 +239,9 @@ T_ENCAPSED_AND_WHITESPACE - - + " $a" + constant part of + string with variables T_ENDDECLARE @@ -377,7 +379,7 @@ T_INLINE_HTML - + text outside PHP T_INSTANCEOF @@ -510,8 +512,9 @@ T_NUM_STRING - - + "$a[0]" + numeric array index + inside string T_OBJECT_CAST @@ -639,8 +642,9 @@ T_STRING - - + "$a[a]" + string array index + inside string T_STRING_CAST @@ -649,8 +653,9 @@ T_STRING_VARNAME - - + "${a + complex + variable parsed syntax T_SWITCH @@ -702,7 +707,7 @@ T_WHITESPACE - + \t \r\n