Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_hash.h183 #define ZEND_HASH_INDEX_FIND(_ht, _h, _ret, _not_found) do { \ macro
H A Dzend_execute.c1693 ZEND_HASH_INDEX_FIND(ht, hval, retval, num_undef); in zend_fetch_dimension_address_inner()
H A Dzend_vm_def.h8715 ZEND_HASH_INDEX_FIND(ht, offset, value, ZEND_VM_C_LABEL(fetch_dim_r_index_undef));
H A Dzend_vm_execute.h6406 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef);
14333 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef);
14386 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef);
42187 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef);
42240 ZEND_HASH_INDEX_FIND(ht, offset, value, fetch_dim_r_index_undef);

Completed in 287 milliseconds