Searched refs:replace_entry (Results 1 – 1 of 1) sorted by relevance
4346 zval *replace_entry = NULL; local4349 replace_entry = &replace_ht->arPacked[replace_idx];4350 if (Z_TYPE_P(replace_entry) != IS_UNDEF) {4357 replace_entry = &replace_ht->arData[replace_idx].val;4358 if (Z_TYPE_P(replace_entry) != IS_UNDEF) {4366 replace_entry_str = zval_get_tmp_string(replace_entry, &tmp_replace_entry_str);
Completed in 19 milliseconds