Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_execute.c162 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT) macro
H A Dzend_vm_def.h2225 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))) {
H A Dzend_vm_execute.h225 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