Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c158 #define CTOR_CALL_BIT 0x1 macro
161 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT)
165 ((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0)))
167 ((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT)))

Completed in 21 milliseconds