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