Searched refs:token_stream (Results 1 – 1 of 1) sorted by relevance
186 zval token_stream; variable202 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 5 milliseconds