Searched refs:ZEND_HASH_INDEX_FIND (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 594 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 D | zend_hash.h | 197 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ macro
|
H A D | zend_execute.c | 2682 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_fetch_dimension_address_inner()
|
H A D | zend_vm_def.h | 10234 ZEND_HASH_INDEX_FIND(ht, offset, value, ZEND_VM_C_LABEL(fetch_dim_r_index_undef));
|
H A D | zend_vm_execute.h | 9033 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