diff --git a/appendices/tokens.xml b/appendices/tokens.xml index 4e6020907f..f4602e3d98 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -1,5 +1,5 @@ - + List of Parser Tokens @@ -93,7 +93,7 @@ T_COMMENT - // or # + // or #, and /* */ on PHP 5 comments @@ -150,6 +150,11 @@ 0.12, etc floating point numbers + + T_DOC_COMMENT + /** */ + PHPDoc style comments + T_DO do @@ -385,7 +390,8 @@ T_ML_COMMENT /* and */ - comments + comments + (PHP 4 only) T_MOD_EQUAL