From d5d2d9ef492075e6ec55de9af7d3029babda5be7 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Sat, 17 Jan 2004 19:14:46 +0000 Subject: [PATCH] Clarification about phpDoc comments. Spotted by Greag Beaver. --- README.PHP4-TO-PHP5-THIN-CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.PHP4-TO-PHP5-THIN-CHANGES b/README.PHP4-TO-PHP5-THIN-CHANGES index d080cd408a..1abf929b5d 100644 --- a/README.PHP4-TO-PHP5-THIN-CHANGES +++ b/README.PHP4-TO-PHP5-THIN-CHANGES @@ -43,3 +43,5 @@ ext/tokenizer extension. If error_reporting is set to E_ALL notices will be produced. Instead of T_ML_CONSTANT for /* */ the T_COMMENT constant is used, thus both // and /* */ are resolved as the T_COMMENT constant. + However the PHPDoc style comments /** */ ,which starting PHP5 are parsed + by PHP, are recongnized as T_DOC_COMMENT. -- 2.50.1