Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2108 zend_string *replace_entry_str, *tmp_replace_entry_str; in php_pcre_replace_array() local
2114 replace_entry_str = ZSTR_EMPTY_ALLOC(); in php_pcre_replace_array()
2121 replace_entry_str = zval_get_tmp_string(zv, &tmp_replace_entry_str); in php_pcre_replace_array()
2129 ZSTR_LEN(subject_str), replace_entry_str, limit, replace_count); in php_pcre_replace_array()
/PHP-8.1/ext/standard/
H A Dstring.c4159 zend_string *replace_entry_str, *tmp_replace_entry_str = NULL; local
4174 replace_entry_str = zval_get_tmp_string(replace_entry, &tmp_replace_entry_str);
4177 replace_value = ZSTR_VAL(replace_entry_str);
4178 replace_len = ZSTR_LEN(replace_entry_str);

Completed in 27 milliseconds