]> granicus.if.org Git - php/commitdiff
Clarification about phpDoc comments. Spotted by Greag Beaver.
authorAndrey Hristov <andrey@php.net>
Sat, 17 Jan 2004 19:14:46 +0000 (19:14 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 17 Jan 2004 19:14:46 +0000 (19:14 +0000)
README.PHP4-TO-PHP5-THIN-CHANGES

index d080cd408a89b32e1db6ebdfe398e44ef541220d..1abf929b5dbcc4680466860b743d27f74c851e1b 100644 (file)
@@ -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.