diff options
author | Andrey Hristov <andrey@php.net> | 2004-01-17 19:14:46 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2004-01-17 19:14:46 +0000 |
commit | d5d2d9ef492075e6ec55de9af7d3029babda5be7 (patch) | |
tree | b3b7bce5ce6345962a99e45f3603c6a0819e144a /README.PHP4-TO-PHP5-THIN-CHANGES | |
parent | 1ee90db6e60468413eba97656f0dd3284ef498d8 (diff) | |
download | php-git-d5d2d9ef492075e6ec55de9af7d3029babda5be7.tar.gz |
Clarification about phpDoc comments. Spotted by Greag Beaver.
Diffstat (limited to 'README.PHP4-TO-PHP5-THIN-CHANGES')
-rw-r--r-- | README.PHP4-TO-PHP5-THIN-CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
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. |