replace_entry_str 3960 ext/standard/string.c 				*replace_entry_str = NULL;
replace_entry_str 4013 ext/standard/string.c 					replace_entry_str = zval_get_string(replace_entry);
replace_entry_str 4016 ext/standard/string.c 					replace_value = ZSTR_VAL(replace_entry_str);
replace_entry_str 4017 ext/standard/string.c 					replace_len = ZSTR_LEN(replace_entry_str);
replace_entry_str 4062 ext/standard/string.c 			if (replace_entry_str) {
replace_entry_str 4063 ext/standard/string.c 				zend_string_release(replace_entry_str);
replace_entry_str 4064 ext/standard/string.c 				replace_entry_str = NULL;