Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2073 zend_string *replace_entry_str, *tmp_replace_entry_str; in php_pcre_replace_array() local
2080 tmp_replace_entry_str = NULL; in php_pcre_replace_array()
2086 replace_entry_str = zval_get_tmp_string(zv, &tmp_replace_entry_str); in php_pcre_replace_array()
2095 zend_tmp_string_release(tmp_replace_entry_str); in php_pcre_replace_array()
/PHP-8.3/ext/standard/
H A Dstring.c4079 zend_string *replace_entry_str, *tmp_replace_entry_str = NULL; local
4104 replace_entry_str = zval_get_tmp_string(replace_entry, &tmp_replace_entry_str);
4151 zend_tmp_string_release(tmp_replace_entry_str);
4156 zend_tmp_string_release(tmp_replace_entry_str);

Completed in 23 milliseconds