Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c2248 zend_string *tmp_subject_entry_str; in preg_replace_func_impl() local
2249 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_func_impl()
2262 zend_tmp_string_release(tmp_subject_entry_str); in preg_replace_func_impl()
2318 zend_string *tmp_subject_entry_str; in _preg_replace_common() local
2319 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in _preg_replace_common()
2336 zend_tmp_string_release(tmp_subject_entry_str); in _preg_replace_common()

Completed in 22 milliseconds