From: Andrey Hristov Date: Sat, 17 Jan 2004 19:14:46 +0000 (+0000) Subject: Clarification about phpDoc comments. Spotted by Greag Beaver. X-Git-Tag: php_ibase_before_split~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5d2d9ef492075e6ec55de9af7d3029babda5be7;p=php Clarification about phpDoc comments. Spotted by Greag Beaver. --- 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.