Hi,

I did a
<?php
for($i=267;$i<400;$i++) {
echo token_name($i)."\n";
}
?>
to get the stuff that token_get_all will expect for the PHP_Parser, and the only tokens that unepxectedly showed as UNKNOWN were the interface-related ones, so it should be fine.


Greg

Sebastian Bergmann wrote:
Derick Rethans wrote:

T_INTERFACE and T_IMPLEMENTS not defined in tokenizer extension


Are the other new keywords in there?




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



Reply via email to