Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/
H A Dphp_pcre.c2106 zend_string *tmp_regex_str; in php_pcre_replace_array() local
2107 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array()
2131 zend_tmp_string_release(tmp_regex_str); in php_pcre_replace_array()
2145 zend_string *tmp_regex_str; in php_pcre_replace_array() local
2146 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array()
2152 zend_tmp_string_release(tmp_regex_str); in php_pcre_replace_array()

Completed in 33 milliseconds