token_get_all() new API

From: Date: Mon, 10 Feb 2014 14:54:38 +0000
Subject: token_get_all() new API
Groups: php.internals 
Request: Send a blank email to internals+get-72440@lists.php.net to get a copy of this message
Hi all,

I recently worked on token_get_all() implementation to add an extra
argument to the function to show token names directly in the output
instead of having to call token_name() on every output (usually what
is done nowadays).

I also added a flag so that the parsed scanner value can become
optionnal in the output, as sometimes one just wants a token stream
and is not interested in dealing with the scanner ouput.

If you have ideas or thoughts ?

https://github.com/jpauli/php-src/compare/token_names

Julien.P


Thread (3 messages)

« previous php.internals (#72440) next »