From e56b4513d99f498098a1b8d49164cff50e0eb678 Mon Sep 17 00:00:00 2001 From: Karoly Negyesi Date: Wed, 27 Feb 2013 23:36:04 +0000 Subject: [PATCH] fixed a bit the T_STRING token doc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329590 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/tokens.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index db46fa0edd..0f4aa355da 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -5,15 +5,15 @@ List of Parser Tokens Various parts of the PHP language are represented internally by types like - T_SR. PHP outputs identifiers like this one in parse errors, 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 what T_SR means. For everybody who doesn't - know that, here is a table with those identifiers, PHP-syntax and + You're supposed to know what 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. - + Usage of T_* constants @@ -29,8 +29,8 @@ (using big numbers like 10000) and an appropriate strategy that will work with both PHP versions and T_* values. - - + + Tokens @@ -686,10 +686,10 @@ T_STRING - "parent" + parent, true etc. - identifiers, e.g. strings, - object oriented keywords like parent and self, + identifiers, e.g. strings, + object oriented keywords like parent and self, functions, classes and more are matched. @@ -773,7 +773,7 @@ assignment operators - +