Browse Source

Clarification about phpDoc comments. Spotted by Greag Beaver.

PEAR_1_4DEV
Andrey Hristov 23 years ago
parent
commit
d5d2d9ef49
  1. 2
      README.PHP4-TO-PHP5-THIN-CHANGES

2
README.PHP4-TO-PHP5-THIN-CHANGES

@ -43,3 +43,5 @@
ext/tokenizer extension. If error_reporting is set to E_ALL notices will 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 be produced. Instead of T_ML_CONSTANT for /* */ the T_COMMENT constant
is used, thus both // and /* */ are resolved as 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.
Loading…
Cancel
Save