Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2057 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() argument
2065 if (replace_ht) { in php_pcre_replace_array()
2078 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2083 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()
2134 zend_string *replace_str, HashTable *replace_ht, in php_replace_in_subject() argument
2145 result = php_pcre_replace_array(regex_ht, replace_str, replace_ht, subject, in php_replace_in_subject()
2253 HashTable *replace_ht; in preg_replace_common() local
2264 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str) in preg_replace_common()
2272 if (replace_ht && !regex_ht) { in preg_replace_common()
2279 result = php_replace_in_subject(regex_str, regex_ht, replace_str, replace_ht, in preg_replace_common()
[all …]
/PHP-8.3/ext/standard/
H A Dstring.c4066 if (replace_ht) {
4082 if (replace_ht) {
4085 if (HT_IS_PACKED(replace_ht)) {
4086 while (replace_idx < replace_ht->nNumUsed) {
4087 replace_entry = &replace_ht->arPacked[replace_idx];
4094 while (replace_idx < replace_ht->nNumUsed) {
4095 replace_entry = &replace_ht->arData[replace_idx].val;
4102 if (replace_idx < replace_ht->nNumUsed) {
4212 HashTable *replace_ht; local
4223 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str)
[all …]

Completed in 25 milliseconds