diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 58f4575d3b..64269393c6 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -199,6 +199,12 @@ while + + __FUNCTION__ + + + __CLASS__ + diff --git a/appendices/tokens.xml b/appendices/tokens.xml index ef9e4a447d..25bbd2cdb3 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -1,5 +1,5 @@ - + List of Parser Tokens @@ -570,6 +570,24 @@ assignment operators + + T_XOR_EQUAL + ^= + assignment + operators + + + T_FUNC_C + __FUNCTION__ + constants, since + PHP 4.3.0 + + + T_CLASS_C + __CLASS__ + constants, since + PHP 4.3.0 +