Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/
H A Dphp_pcre.c2239 zend_string *tmp_subject_entry_str; in preg_replace_func_impl() local
2240 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_func_impl()
2253 zend_tmp_string_release(tmp_subject_entry_str); in preg_replace_func_impl()
2309 zend_string *tmp_subject_entry_str; in _preg_replace_common() local
2310 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in _preg_replace_common()
2327 zend_tmp_string_release(tmp_subject_entry_str); in _preg_replace_common()

Completed in 26 milliseconds