static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx)
{
- zval *retval = zend_hash_index_find(ht, idx);
+ zval *retval = _zend_hash_index_find(ht, idx);
if (!retval) {
zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, idx);
static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_w(HashTable *ht, zend_long idx)
{
- zval *retval = zend_hash_index_find(ht, idx);
+ zval *retval = _zend_hash_index_find(ht, idx);
if (!retval) {
retval = zend_hash_index_add_new(ht, idx, &EG(uninitialized_zval));
if (op1_info & MAY_BE_ARRAY_KEY_LONG) {
|4:
}
- | EXT_CALL zend_hash_index_find, r0
+ | EXT_CALL _zend_hash_index_find, r0
| test r0, r0
| jz >9 // NOT_FOUND
if (op2_info & MAY_BE_STRING) {
}
|4:
}
- | EXT_CALL zend_hash_index_find, r0
+ | EXT_CALL _zend_hash_index_find, r0
| test r0, r0
if (JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE && type == BP_VAR_R) {
| jz &exit_addr