Hi,

are there any plans to update the tokenizer extension to recognize new ZE2
tokens T_ABSTRACT/T_PRIVATE/etc.?  This will be very handy for making
phpDocumentor PHP 5-ready.

Initial investigation suggests all that is needed is to add a few lines
like:

REGISTER_LONG_CONSTANT("T_ABSTRACT", T_ABSTRACT, CONST_CS |
CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("T_PRIVATE", T_PRIVATE, CONST_CS | CONST_PERSISTENT);
etc.

and update token_name()

Greg



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to