Home
last modified time | relevance | path

Searched refs:ZEND_HASH_INDEX_FIND (Results 1 – 5 of 5) sorted by last modified time

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c508 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_r_helper()
651 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_is_helper()
753 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_isset_helper()
888 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_rw_helper()
/PHP-8.2/Zend/
H A Dzend_vm_execute.h8784 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER()
16600 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER()
16655 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER()
44638 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CV_CONST_HANDLER()
44693 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVARCV_HANDLER()
H A Dzend_vm_def.h10049 ZEND_HASH_INDEX_FIND(ht, offset, value, ZEND_VM_C_LABEL(fetch_dim_r_index_undef));
H A Dzend_hash.h196 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ macro
H A Dzend_execute.c2487 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_fetch_dimension_address_inner()

Completed in 260 milliseconds