Searched refs:IS_CTOR_CALL (Results 1 – 3 of 3) sorted by relevance
162 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT) macro
2225 if (EG(exception) && IS_CTOR_CALL(EX(called_scope))) { in ZEND_VM_HELPER()2397 if (EG(exception) && IS_CTOR_CALL(EX(called_scope))) { in ZEND_VM_HELPER()4328 if (IS_CTOR_CALL(EX(called_scope))) {
225 if (EG(exception) && IS_CTOR_CALL(EX(called_scope))) { in zend_leave_helper_SPEC()397 if (EG(exception) && IS_CTOR_CALL(EX(called_scope))) { in zend_do_fcall_common_helper_SPEC()636 if (IS_CTOR_CALL(EX(called_scope))) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
Completed in 85 milliseconds