Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/
H A Dphp_pcre.h28 …ng *subject_str, const char *subject, size_t subject_len, zend_string *replace_str, size_t limit, …
56 … *pce, zend_string *subject_str, const char *subject, size_t subject_len, zend_string *replace_str,
H A Dphp_pcre.c1590 zend_string *replace_str, in php_pcre_replace() argument
1704 walk = ZSTR_VAL(replace_str); in php_pcre_replace_impl()
1705 replace_end = walk + ZSTR_LEN(replace_str); in php_pcre_replace_impl()
1744 memcpy(&ZSTR_VAL(result)[result_len], ZSTR_VAL(replace_str), ZSTR_LEN(replace_str)+1); in php_pcre_replace_impl()
1745 result_len += ZSTR_LEN(replace_str); in php_pcre_replace_impl()
1750 walk = ZSTR_VAL(replace_str); in php_pcre_replace_impl()
2092 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() argument
2140 ZEND_ASSERT(replace_str != NULL); in php_pcre_replace_array()
2175 ZEND_ASSERT(replace_str != NULL); in php_replace_in_subject()
2177 replace_str, limit, replace_count); in php_replace_in_subject()
[all …]
/PHP-8.0/ext/standard/
H A Dstring.c4058 zend_string *search_str, HashTable *search_ht, zend_string *replace_str, HashTable *replace_ht, argument
4083 replace_value = ZSTR_VAL(replace_str);
4084 replace_len = ZSTR_LEN(replace_str);
4186 ZSTR_VAL(replace_str),
4187 ZSTR_LEN(replace_str),
4194 ZSTR_VAL(replace_str), ZSTR_LEN(replace_str), &replace_count));
4198 search_str, ZSTR_VAL(replace_str), ZSTR_LEN(replace_str), &replace_count));
4214 zend_string *replace_str; local
4226 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str)
4250 …count += php_str_replace_in_subject(search_str, search_ht, replace_str, replace_ht, subject_str, &…
[all …]

Completed in 33 milliseconds