Home
last modified time | relevance | path

Searched refs:ZEND_HASH_INDEX_FIND (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c594 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_r_helper()
737 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_is_helper()
839 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_isset_helper()
974 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_jit_fetch_dim_rw_helper()
/php-src/Zend/
H A Dzend_hash.h197 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ macro
H A Dzend_execute.c2682 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_fetch_dimension_address_inner()
H A Dzend_vm_def.h10234 ZEND_HASH_INDEX_FIND(ht, offset, value, ZEND_VM_C_LABEL(fetch_dim_r_index_undef));
H A Dzend_vm_execute.h9033 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER()
17052 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER()
17107 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER()
45882 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CV_CONST_HANDLER()
45937 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVARCV_HANDLER()

Completed in 242 milliseconds