Home
last modified time | relevance | path

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

/php-src/ext/tokenizer/
H A Dtokenizer.c226 const char *token_name = get_token_type_name(Z_LVAL_P(id_zval)); in PHP_METHOD() local
534 PHP_FUNCTION(token_name) in PHP_FUNCTION() argument
542 const char *token_name = get_token_type_name(type); in PHP_FUNCTION() local
H A Dtokenizer.stub.php13 function token_name(int $id): string {} function

Completed in 6 milliseconds