Home
last modified time | relevance | path

Searched refs:CACHED_PTR_EX (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_execute.h348 #define CACHED_PTR_EX(slot) \ macro
H A Dzend_object_handlers.c328 if (cache_slot && EXPECTED(ce == CACHED_PTR_EX(cache_slot))) { in zend_get_property_offset()
329 return (uint32_t)(intptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_get_property_offset()
H A Dzend_execute.c1959 EXPECTED(Z_OBJCE_P(container) == CACHED_PTR_EX(cache_slot))) { in zend_fetch_property_address()
1960 uint32_t prop_offset = (uint32_t)(intptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_fetch_property_address()

Completed in 21 milliseconds