From c2c54b2a1cf59cec38788bf6e9fc297762e79675 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Tue, 29 Sep 2009 13:24:51 +0000 Subject: [PATCH] Tokens T_CLOSE_TAG, T_CONST and T_CONTINUE now linked. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288938 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/tokens.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index 6e75179ac5..5d45ed910e 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -115,7 +115,8 @@ T_CLOSE_TAG ?> or %> - + escaping + from HTML T_COMMENT @@ -131,7 +132,7 @@ T_CONST const - + class constants T_CONSTANT_ENCAPSED_STRING @@ -141,7 +142,7 @@ T_CONTINUE continue - + continue T_CURLY_OPEN