Ken Tossell wrote:

kennyt Wed Jan 7 18:15:48 2004 EDT

Modified files: /phpdoc/en/reference/tokenizer constants.xml reference.xml /phpdoc/en/reference/tokenizer/functions token-get-all.xml Log:
Noted that T_ML_COMMENT => T_COMMENT in PHP 5. (#25659)

T_ML_COMMENT is T_DOC_COMMENT in PHP 5


try this to verify:

var_dump(T_DOC_COMMENT, T_COMMENT, token_get_all("<?php /**\n * test\n */\n// normal comment ?>"));

Greg

Reply via email to