Home
last modified time | relevance | path

Searched refs:token_stream (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c190 zval *token_stream = (zval *) context; in on_event() local
204 add_token(token_stream, token, LANG_SCNG(yy_text), LANG_SCNG(yy_leng), line); in on_event()
208 tokens_ht = Z_ARRVAL_P(token_stream); in on_event()
216 add_token(token_stream, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
237 zval token_stream; in tokenize_parse() local
238 array_init(&token_stream); in tokenize_parse()
244 LANG_SCNG(on_event_context) = &token_stream; in tokenize_parse()
247 ZVAL_COPY_VALUE(return_value, &token_stream); in tokenize_parse()
249 zval_ptr_dtor(&token_stream); in tokenize_parse()

Completed in 11 milliseconds