Lines Matching refs:replace_ht
2071 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() argument
2079 if (replace_ht) { in php_pcre_replace_array()
2092 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2097 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()
2148 zend_string *replace_str, HashTable *replace_ht, in php_replace_in_subject() argument
2159 result = php_pcre_replace_array(regex_ht, replace_str, replace_ht, subject, in php_replace_in_subject()
2264 HashTable *replace_ht, zend_string *replace_str, in _preg_replace_common() argument
2275 if (replace_ht && !regex_ht) { in _preg_replace_common()
2282 result = php_replace_in_subject(regex_str, regex_ht, replace_str, replace_ht, in _preg_replace_common()
2311 result = php_replace_in_subject(regex_str, regex_ht, replace_str, replace_ht, in _preg_replace_common()
2340 HashTable *regex_ht, *replace_ht, *subject_ht; in preg_replace_common() local
2347 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str) in preg_replace_common()
2357 replace_ht, replace_str, in preg_replace_common()
2373 HashTable *regex_ht, *replace_ht, *subject_ht; variable
2377 Z_FLF_PARAM_ARRAY_HT_OR_STR(2, replace_ht, replace_str, replace_tmp);
2383 replace_ht, replace_str,