Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c144 #define GC_DTOR_GARBAGE 0x3 /* garbage on which only the dtor should be invoked */ macro
156 ((((uintptr_t)(ptr)) & GC_BITS) == GC_DTOR_GARBAGE)
161 ((void*)(((uintptr_t)(ptr)) | GC_DTOR_GARBAGE))

Completed in 8 milliseconds