diff --git a/appendices/tokens.xml b/appendices/tokens.xml
index 819bb372b7..16c0dece37 100644
--- a/appendices/tokens.xml
+++ b/appendices/tokens.xml
@@ -408,6 +408,11 @@
(available since PHP 5.0.0)
+
+ T_INSTEADOF
+ insteadof
+ (available since PHP 5.4.0)
+
T_INT_CAST
(int) or (integer)
@@ -704,6 +709,16 @@
throw
(available since PHP 5.0.0)
+
+ T_TRAIT
+ trait
+ (available since PHP 5.4.0)
+
+
+ T_TRAIT_C
+ __TRAIT__
+ __TRAIT__ (available since PHP 5.4.0)
+
T_TRY
try