Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_execute.c163 #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT) macro
H A Dzend_vm_def.h2582 if (IS_CTOR_USED(EX(called_scope))) { in ZEND_VM_HELPER()
2765 if (IS_CTOR_USED(EX(called_scope))) { in ZEND_VM_HELPER()
5026 if (IS_CTOR_USED(EX(called_scope))) {
H A Dzend_vm_execute.h540 if (IS_CTOR_USED(EX(called_scope))) { in zend_leave_helper_SPEC()
723 if (IS_CTOR_USED(EX(called_scope))) { in zend_do_fcall_common_helper_SPEC()
1066 if (IS_CTOR_USED(EX(called_scope))) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 113 milliseconds