Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.h48 #define GC_PURPLE 0x03 macro
61 (v) = ((gc_root_buffer*)(((zend_uintptr_t)(v)) | GC_PURPLE))
H A Dzend_gc.c149 if (GC_ZVAL_GET_COLOR(zv) != GC_PURPLE) { in gc_zval_possible_root()
202 if (GC_GET_COLOR(obj->buffered) != GC_PURPLE) { in gc_zobj_possible_root()
482 if (GC_GET_COLOR(obj->buffered) == GC_PURPLE) { in gc_mark_roots()
495 if (GC_ZVAL_GET_COLOR(current->u.pz) == GC_PURPLE) { in gc_mark_roots()

Completed in 11 milliseconds