Searched refs:add_token (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/tokenizer/ |
H A D | tokenizer.c | 109 static void add_token(zval *return_value, int token_type, in add_token() function 149 add_token(return_value, token_type, zendtext, zendleng, token_line); in tokenize() 164 add_token(return_value, T_INLINE_HTML, in tokenize() 196 add_token(token_stream, token, LANG_SCNG(yy_text), LANG_SCNG(yy_leng), line); in on_event() 207 add_token(token_stream, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
|
Completed in 5 milliseconds