Home
last modified time | relevance | path

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

/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c186 zval *token_stream = (zval *) context; in on_event() local
200 add_token(token_stream, token, LANG_SCNG(yy_text), LANG_SCNG(yy_leng), line); in on_event()
204 tokens_ht = Z_ARRVAL_P(token_stream); in on_event()
212 add_token(token_stream, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
233 zval token_stream; in tokenize_parse() local
234 array_init(&token_stream); in tokenize_parse()
240 LANG_SCNG(on_event_context) = &token_stream; in tokenize_parse()
243 ZVAL_COPY_VALUE(return_value, &token_stream); in tokenize_parse()
245 zval_ptr_dtor(&token_stream); in tokenize_parse()

Completed in 4 milliseconds