Home
last modified time | relevance | path

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

/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c127 zval source_zval; in tokenize() local
134 ZVAL_STR_COPY(&source_zval, source); in tokenize()
137 if (zend_prepare_string_for_scanning(&source_zval, "") == FAILURE) { in tokenize()
178 zval_ptr_dtor_str(&source_zval); in tokenize()
221 zval source_zval; in tokenize_parse() local
226 ZVAL_STR_COPY(&source_zval, source); in tokenize_parse()
232 if ((success = (zend_prepare_string_for_scanning(&source_zval, "") == SUCCESS))) { in tokenize_parse()
256 zval_ptr_dtor_str(&source_zval); in tokenize_parse()

Completed in 6 milliseconds