Home
last modified time | relevance | path

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

/PHP-7.2/ext/tokenizer/
H A Dtokenizer.c129 zval source_zval; in tokenize() local
136 ZVAL_STR_COPY(&source_zval, source); in tokenize()
139 if (zend_prepare_string_for_scanning(&source_zval, "") == FAILURE) { in tokenize()
181 zval_dtor(&source_zval); in tokenize()
216 zval source_zval; in tokenize_parse() local
221 ZVAL_STR_COPY(&source_zval, source); in tokenize_parse()
227 if ((success = (zend_prepare_string_for_scanning(&source_zval, "") == SUCCESS))) { in tokenize_parse()
251 zval_dtor(&source_zval); in tokenize_parse()

Completed in 8 milliseconds