From 0fe231fca4c60273fbdd60d2d8ced28ab1598499 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 14 Aug 2002 23:10:56 +0000 Subject: [PATCH] correcting typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92079 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/tokens.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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