Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.h28 …ng *subject_str, const char *subject, size_t subject_len, zend_string *replace_str, size_t limit, …
55 … *pce, zend_string *subject_str, const char *subject, size_t subject_len, zend_string *replace_str,
H A Dphp_pcre.c1555 zend_string *replace_str, in php_pcre_replace() argument
1669 walk = ZSTR_VAL(replace_str); in php_pcre_replace_impl()
1670 replace_end = walk + ZSTR_LEN(replace_str); in php_pcre_replace_impl()
1709 memcpy(&ZSTR_VAL(result)[result_len], ZSTR_VAL(replace_str), ZSTR_LEN(replace_str)+1); in php_pcre_replace_impl()
1710 result_len += ZSTR_LEN(replace_str); in php_pcre_replace_impl()
1715 walk = ZSTR_VAL(replace_str); in php_pcre_replace_impl()
2057 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() argument
2105 ZEND_ASSERT(replace_str != NULL); in php_pcre_replace_array()
2140 ZEND_ASSERT(replace_str != NULL); in php_replace_in_subject()
2142 replace_str, limit, replace_count); in php_replace_in_subject()
[all …]
/PHP-8.3/ext/standard/
H A Dstring.c4045 zend_string *search_str, HashTable *search_ht, zend_string *replace_str, HashTable *replace_ht, argument
4070 replace_value = ZSTR_VAL(replace_str);
4071 replace_len = ZSTR_LEN(replace_str);
4183 ZSTR_VAL(replace_str),
4184 ZSTR_LEN(replace_str),
4191 ZSTR_VAL(replace_str), ZSTR_LEN(replace_str), &replace_count));
4195 search_str, ZSTR_VAL(replace_str), ZSTR_LEN(replace_str), &replace_count));
4211 zend_string *replace_str; local
4223 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str)
4245 …count += php_str_replace_in_subject(search_str, search_ht, replace_str, replace_ht, subject_str, &…
[all …]

Completed in 29 milliseconds