Home
last modified time | relevance | path

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

/PHP-7.0/ext/tokenizer/
H A Dtokenizer.c186 zval token_stream; variable
202 add_next_index_zval(&token_stream, &keyword); in on_event()
204 add_next_index_stringl(&token_stream, (char *)LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); in on_event()
208 tokens_ht = Z_ARRVAL(token_stream); in on_event()
221 add_next_index_zval(&token_stream, &keyword); in on_event()
246 array_init(&token_stream); in tokenize_parse()
248 ZVAL_COPY_VALUE(return_value, &token_stream); in tokenize_parse()
250 zval_ptr_dtor(&token_stream); in tokenize_parse()

Completed in 4 milliseconds