Hi!
>> We could, of course, do something like
>> $token[0]<=255?$token[0]:token_name($token[0]) - but that looks hacky.
>>
> Do you mean have users of the API do that? Or have the implementation
> of token_name() do that? Because the latter doesn't seem unreasonable
> at all.
I meant for token_name() to do that internally, so that the user can use
just token_name() instead of boilerplate code. Sorry for not being clear.
> For example:
> var_dump(token_name(ord(';'))); // string(1)";"
Yes, exactly.
--
Stas Malyshev
[email protected]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php