ZEND_CALL_CTOR    658 Zend/zend_compile.c 						while (opline->opcode != ZEND_DO_FCALL || opline->op1.num != ZEND_CALL_CTOR) {
ZEND_CALL_CTOR   2827 Zend/zend_compile.c 	call_flags = (opline->opcode == ZEND_NEW ? ZEND_CALL_CTOR : 0);
ZEND_CALL_CTOR   2533 Zend/zend_execute.c 				if (ZEND_CALL_INFO(call) & ZEND_CALL_CTOR) {
ZEND_CALL_CTOR   2365 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL) && (EX(opline)->op1.num & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR   2368 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL) && (call_info & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR   3855 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL) && (opline->op1.num & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR   3858 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL) && (ZEND_CALL_INFO(call) & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR   4948 Zend/zend_vm_def.h 				ZEND_CALL_FUNCTION | ZEND_CALL_RELEASE_THIS | ZEND_CALL_CTOR |
ZEND_CALL_CTOR    483 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL) && (EX(opline)->op1.num & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR    486 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL) && (call_info & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR    908 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL) && (opline->op1.num & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR    911 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL) && (ZEND_CALL_INFO(call) & ZEND_CALL_CTOR)) {
ZEND_CALL_CTOR   3378 Zend/zend_vm_execute.h 				ZEND_CALL_FUNCTION | ZEND_CALL_RELEASE_THIS | ZEND_CALL_CTOR |
ZEND_CALL_CTOR   15437 Zend/zend_vm_execute.h 				ZEND_CALL_FUNCTION | ZEND_CALL_RELEASE_THIS | ZEND_CALL_CTOR |