Home
last modified time | relevance | path

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

/PHP-7.0/ext/tokenizer/
H A Dtokenizer.c111 zval source_zval; in tokenize() local
119 ZVAL_STR_COPY(&source_zval, source); in tokenize()
122 if (zend_prepare_string_for_scanning(&source_zval, "") == FAILURE) { in tokenize()
180 zval_dtor(&source_zval); in tokenize()
229 zval source_zval; in tokenize_parse() local
234 ZVAL_STR_COPY(&source_zval, source); in tokenize_parse()
240 if ((success = (zend_prepare_string_for_scanning(&source_zval, "") == SUCCESS))) { in tokenize_parse()
261 zval_dtor(&source_zval); in tokenize_parse()

Completed in 5 milliseconds