Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.h376 #define CACHE_SPECIAL (1<<0) macro
379 (((uintptr_t)(ptr)) & CACHE_SPECIAL)
382 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
388 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))
391 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))

Completed in 5 milliseconds