Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2259 zend_string *tmp_subject_entry_str; in preg_replace_func_impl() local
2260 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_func_impl()
2273 zend_tmp_string_release(tmp_subject_entry_str); in preg_replace_func_impl()
2340 zend_string *tmp_subject_entry_str; in preg_replace_common() local
2341 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_common()
2358 zend_tmp_string_release(tmp_subject_entry_str); in preg_replace_common()

Completed in 11 milliseconds