Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_OFFSET2PTR (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_map_ptr.h33 #define ZEND_MAP_PTR_OFFSET2PTR(offset) \ macro
54 (*ZEND_MAP_PTR_OFFSET2PTR((uintptr_t)ZEND_MAP_PTR(ptr)))
63 void **__p = ZEND_MAP_PTR_OFFSET2PTR((uintptr_t)ZEND_MAP_PTR(ptr)); \
H A Dzend_types.h854 (*(zend_class_entry **)ZEND_MAP_PTR_OFFSET2PTR(ce_cache))
857 *((zend_class_entry **)ZEND_MAP_PTR_OFFSET2PTR(ce_cache)) = ce; \

Completed in 12 milliseconds