Searched refs:replace_entry (Results 1 – 1 of 1) sorted by relevance
4084 zval *replace_entry = NULL; local4087 replace_entry = &replace_ht->arPacked[replace_idx];4088 if (Z_TYPE_P(replace_entry) != IS_UNDEF) {4095 replace_entry = &replace_ht->arData[replace_idx].val;4096 if (Z_TYPE_P(replace_entry) != IS_UNDEF) {4104 replace_entry_str = zval_get_tmp_string(replace_entry, &tmp_replace_entry_str);
Completed in 25 milliseconds