diff --git a/appendices/tokens.xml b/appendices/tokens.xml index 0acabef890..efcfcc4b51 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -1,15 +1,15 @@ - + List of Parser Tokens - Various parts of the PHP language are represented internally by stuff like - T_SR. PHP outputs identifiers like this one in parse errors, like "Parse - error: unexpected T_SR, expecting ',' or ';' in script.php on line 10." + Various parts of the PHP language are represented internally by types like + T_SR. PHP outputs identifiers like this one in parse errors, like + "Parse error: unexpected T_SR, expecting ',' or ';' in script.php on line 10." - You're supposed to know that T_SR means >>. For everybody who doesn't + You're supposed to know that T_SR means. For everybody who doesn't know that, here is a table with those identifiers, PHP-syntax and references to the appropriate places in the manual. @@ -471,7 +471,7 @@ T_RETURN return - returing values + returning values T_SL