Lines Matching refs:replace_ht
4045 zend_string *search_str, HashTable *search_ht, zend_string *replace_str, HashTable *replace_ht, argument
4066 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)
4230 if (search_str && replace_ht) {
4245 …count += php_str_replace_in_subject(search_str, search_ht, replace_str, replace_ht, subject_str, &…
4256 …count = php_str_replace_in_subject(search_str, search_ht, replace_str, replace_ht, subject_str, re…