Home
last modified time | relevance | path

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

/PHP-8.4/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.c1586 zend_string *replace_str, in php_pcre_replace() argument
1700 walk = ZSTR_VAL(replace_str); in php_pcre_replace_impl()
1701 replace_end = walk + ZSTR_LEN(replace_str); in php_pcre_replace_impl()
1740 memcpy(&ZSTR_VAL(result)[result_len], ZSTR_VAL(replace_str), ZSTR_LEN(replace_str)+1); in php_pcre_replace_impl()
1741 result_len += ZSTR_LEN(replace_str); in php_pcre_replace_impl()
1746 walk = ZSTR_VAL(replace_str); in php_pcre_replace_impl()
2119 ZEND_ASSERT(replace_str != NULL); in php_pcre_replace_array()
2154 ZEND_ASSERT(replace_str != NULL); in php_replace_in_subject()
2156 replace_str, limit, replace_count); in php_replace_in_subject()
2357 replace_ht, replace_str, in preg_replace_common()
[all …]
/PHP-8.4/ext/standard/
H A Dstring.c4332 replace_value = ZSTR_VAL(replace_str);
4333 replace_len = ZSTR_LEN(replace_str);
4445 ZSTR_VAL(replace_str),
4446 ZSTR_LEN(replace_str),
4453 ZSTR_VAL(replace_str), ZSTR_LEN(replace_str), &replace_count));
4457 search_str, ZSTR_VAL(replace_str), ZSTR_LEN(replace_str), &replace_count));
4471 HashTable *replace_ht, zend_string *replace_str, argument
4521 zend_string *replace_str; local
4529 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str)
4548 zend_string *search_str, *replace_str, *subject_str; variable
[all …]

Completed in 52 milliseconds