Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.h375 #define CACHE_SPECIAL (1<<0) macro
378 (((uintptr_t)(ptr)) & CACHE_SPECIAL)
381 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
387 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))
390 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))

Completed in 8 milliseconds