diff --git a/appendices/tokens.xml b/appendices/tokens.xml index 2fb8db73fb..adfe991872 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -1,5 +1,5 @@ - + List of Parser Tokens @@ -96,6 +96,14 @@ class classes and objects + + T_CLASS_C + __CLASS__ + + constants + (available since PHP 4.3.0) + + T_CLONE clone @@ -310,6 +318,14 @@ function or cfunction functions + + T_FUNC_C + __FUNCTION__ + + constants + (available since PHP 4.3.0) + + T_GLOBAL global @@ -435,6 +451,14 @@ xor logical operators + + T_METHOD_C + __METHOD__ + + constants + (available since PHP 5.0.0) + + T_MINUS_EQUAL -= @@ -459,6 +483,15 @@ assignment operators + + T_NS_C + __NAMESPACE__ + + namespaces. + Also defined as T_NAMESPACE + (available since PHP 5.3.0) + + T_NEW new @@ -636,7 +669,8 @@ T_USE use - (not implemented) + namespaces + (available since PHP 5.3.0) T_VAR @@ -665,22 +699,6 @@ assignment operators - - T_FUNC_C - __FUNCTION__ - - constants - (available since PHP 4.3.0) - - - - T_CLASS_C - __CLASS__ - - constants - (available since PHP 4.3.0) - -