From 3f6c23808e8f57396e04b7b67de5a69348e5c024 Mon Sep 17 00:00:00 2001 From: "Jeremy S. Johnstone" Date: Sun, 9 Oct 2005 22:54:53 +0000 Subject: [PATCH] Added missing T_INSTANCEOF token to list. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198013 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/tokens.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index bd97bd3683..d2c30cbb75 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -1,5 +1,5 @@ - + List of Parser Tokens @@ -316,6 +316,11 @@ + + T_INSTANCEOF + instanceof + type operators (PHP5 only) + T_INT_CAST (int) or (integer)