Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2224 zend_string *tmp_subject_entry_str; in preg_replace_func_impl() local
2225 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_func_impl()
2238 zend_tmp_string_release(tmp_subject_entry_str); in preg_replace_func_impl()
2305 zend_string *tmp_subject_entry_str; in preg_replace_common() local
2306 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_common()
2323 zend_tmp_string_release(tmp_subject_entry_str); in preg_replace_common()

Completed in 11 milliseconds