[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/tokenizer tokenizer.c

2003-07-05 Thread Greg Beaver
Hi, I did a 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

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/tokenizer tokenizer.c

2003-07-04 Thread Alan Knowles
Derick Rethans wrote: On Sat, 5 Jul 2003, Sebastian Bergmann wrote: Derick Rethans wrote: T_INTERFACE and T_IMPLEMENTS not defined in tokenizer extension Are the other new keywords in there? I think those were added already, atleast I couldn't think of any new ones not in the extension yet.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/tokenizer tokenizer.c

2003-07-04 Thread Derick Rethans
On Sat, 5 Jul 2003, Sebastian Bergmann wrote: > Derick Rethans wrote: > > T_INTERFACE and T_IMPLEMENTS not defined in tokenizer extension > > Are the other new keywords in there? I think those were added already, atleast I couldn't think of any new ones not in the extension yet. regards, Der

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/tokenizer tokenizer.c

2003-07-04 Thread Sebastian Bergmann
Derick Rethans wrote: > T_INTERFACE and T_IMPLEMENTS not defined in tokenizer extension Are the other new keywords in there? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de