Lines Matching refs:replace_ht
2064 zend_string *replace_str, HashTable *replace_ht, in php_pcre_replace_array() argument
2072 if (replace_ht) { in php_pcre_replace_array()
2085 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()
2090 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()
2141 zend_string *replace_str, HashTable *replace_ht, in php_replace_in_subject() argument
2152 result = php_pcre_replace_array(regex_ht, replace_str, replace_ht, subject, in php_replace_in_subject()
2260 HashTable *replace_ht; in preg_replace_common() local
2271 Z_PARAM_ARRAY_HT_OR_STR(replace_ht, replace_str) in preg_replace_common()
2279 if (replace_ht && !regex_ht) { in preg_replace_common()
2286 result = php_replace_in_subject(regex_str, regex_ht, replace_str, replace_ht, in preg_replace_common()
2314 result = php_replace_in_subject(regex_str, regex_ht, replace_str, replace_ht, in preg_replace_common()