Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_hash.h192 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ macro
H A Dzend_execute.c2136 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_fetch_dimension_address_inner()
H A Dzend_vm_def.h9255 ZEND_HASH_INDEX_FIND(ht, offset, value, ZEND_VM_C_LABEL(fetch_dim_r_index_undef));
H A Dzend_vm_execute.h7392 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER()
15200 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER()
15253 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER()
41697 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CV_CONST_HANDLER()
41750 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef); in ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVARCV_HANDLER()

Completed in 179 milliseconds