in_execution      570 Zend/zend.c    	EG(in_execution) = 0;
in_execution      894 Zend/zend.c    	CG(in_compilation) = EG(in_execution) = 0;
in_execution     1057 Zend/zend_API.c 		zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry);
in_execution     1091 Zend/zend_API.c 		zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry);
in_execution     1763 Zend/zend_alloc.c 		} else if (EG(in_execution)) {
in_execution      219 Zend/zend_constants.c 	if (!EG(in_execution)) {
in_execution      328 Zend/zend_constants.c 			if (EG(in_execution)) {
in_execution      150 Zend/zend_execute_API.c 	EG(in_execution) = 0;
in_execution      417 Zend/zend_execute_API.c 	return EG(in_execution);
in_execution      210 Zend/zend_globals.h 	zend_bool in_execution;
in_execution       77 Zend/zend_objects.c 					zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
in_execution       81 Zend/zend_objects.c 						EG(in_execution) ? "" : " during shutdown ignored");
in_execution       90 Zend/zend_objects.c 					zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
in_execution       94 Zend/zend_objects.c 						EG(in_execution) ? "" : " during shutdown ignored");
in_execution      344 Zend/zend_vm_execute.h 	original_in_execution = EG(in_execution);
in_execution      345 Zend/zend_vm_execute.h 	EG(in_execution) = 1;
in_execution      366 Zend/zend_vm_execute.h 					EG(in_execution) = original_in_execution;
in_execution      226 ext/opcache/Optimizer/pass1_5.c 				zend_bool orig_in_execution = EG(in_execution);
in_execution      230 ext/opcache/Optimizer/pass1_5.c 				EG(in_execution) = 1;
in_execution      240 ext/opcache/Optimizer/pass1_5.c 				EG(in_execution) = orig_in_execution;
in_execution     1001 ext/opcache/ZendAccelerator.c         if (EG(in_execution) &&
in_execution     1818 ext/opcache/ZendAccelerator.c 	if (EG(in_execution)) {
in_execution      239 ext/opcache/zend_persist.c 		zend_bool orig_in_execution = EG(in_execution);
in_execution      246 ext/opcache/zend_persist.c 		EG(in_execution) = 1;
in_execution      252 ext/opcache/zend_persist.c 		EG(in_execution) = orig_in_execution;
in_execution       94 ext/soap/soap.c 	zend_bool _old_in_execution = EG(in_execution); \
in_execution      106 ext/soap/soap.c 		EG(in_execution) = _old_in_execution; \
in_execution     2133 ext/soap/soap.c 	_old_in_execution = EG(in_execution);
in_execution     2201 ext/soap/soap.c 				EG(in_execution) = _old_in_execution;
in_execution     2285 ext/soap/soap.c 			EG(in_execution) = _old_in_execution;
in_execution       56 ext/standard/assert.c 	if (EG(in_execution)) {
in_execution      952 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
in_execution      962 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
in_execution      972 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
in_execution      982 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
in_execution      991 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
in_execution      746 sapi/phpdbg/phpdbg.c 	if (EG(in_execution)) {
in_execution      209 sapi/phpdbg/phpdbg_info.c 	if ((EG(in_execution) && EG(active_op_array)) || PHPDBG_G(ops)) {
in_execution       44 sapi/phpdbg/phpdbg_print.c 	if (EG(in_execution) && EG(current_execute_data)) {
in_execution      131 sapi/phpdbg/phpdbg_print.c 	if (EG(in_execution) && ops) {
in_execution      388 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
in_execution      412 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
in_execution      426 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
in_execution      454 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
in_execution      487 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
in_execution      579 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
in_execution      712 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
in_execution      757 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Executing\t%s", EG(in_execution) ? "yes" : "no");
in_execution      758 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
in_execution      918 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
in_execution     1030 sapi/phpdbg/phpdbg_prompt.c 						if (!EG(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) {
in_execution     1059 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
in_execution     1158 sapi/phpdbg/phpdbg_prompt.c 	zend_bool original_in_execution = EG(in_execution);
in_execution     1167 sapi/phpdbg/phpdbg_prompt.c 	EG(in_execution) = 1;
in_execution     1316 sapi/phpdbg/phpdbg_prompt.c 					EG(in_execution) = original_in_execution;