Home
last modified time | relevance | path

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

/PHP-7.2/ext/tokenizer/
H A Dtokenizer.c189 zval *token_stream = (zval *) context; in on_event() local
196 add_token(token_stream, token, LANG_SCNG(yy_text), LANG_SCNG(yy_leng), line); in on_event()
199 tokens_ht = Z_ARRVAL_P(token_stream); in on_event()
207 add_token(token_stream, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
228 zval token_stream; in tokenize_parse() local
229 array_init(&token_stream); in tokenize_parse()
235 LANG_SCNG(on_event_context) = &token_stream; in tokenize_parse()
238 ZVAL_COPY_VALUE(return_value, &token_stream); in tokenize_parse()
240 zval_ptr_dtor(&token_stream); in tokenize_parse()

Completed in 9 milliseconds