Searched refs:CTOR_CALL_BIT (Results 1 – 1 of 1) sorted by relevance
159 #define CTOR_CALL_BIT 0x1 macro162 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT)166 ((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0)))168 ((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT)))
Completed in 8 milliseconds