Home
last modified time | relevance | path

Searched defs:token_name (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/tokenizer/
H A Dtokenizer.c230 const char *token_name = get_token_type_name(Z_LVAL_P(id_zval)); in PHP_METHOD() local
538 PHP_FUNCTION(token_name) in PHP_FUNCTION() argument
546 const char *token_name = get_token_type_name(type); in PHP_FUNCTION() local
H A Dtokenizer.stub.php7 function token_name(int $id): string {} function

Completed in 14 milliseconds