Home
last modified time | relevance | path

Searched refs:in_execution (Results 1 – 12 of 12) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_objects.c77 zend_error(EG(in_execution) ? E_ERROR : E_WARNING, in zend_objects_destroy_object()
81 EG(in_execution) ? "" : " during shutdown ignored"); in zend_objects_destroy_object()
90 zend_error(EG(in_execution) ? E_ERROR : E_WARNING, in zend_objects_destroy_object()
94 EG(in_execution) ? "" : " during shutdown ignored"); in zend_objects_destroy_object()
H A Dzend_vm_execute.skl17 EG(in_execution) = 1;
H A Dzend_globals.h208 zend_bool in_execution; member
H A Dzend_constants.c232 if (!EG(in_execution)) { in zend_get_special_constant()
341 if (EG(in_execution)) { in zend_get_constant_ex()
H A Dzend.c568 EG(in_execution) = 0; in executor_globals_ctor()
885 CG(in_compilation) = EG(in_execution) = 0; in BEGIN_EXTERN_C()
H A Dzend_execute_API.c153 EG(in_execution) = 0; in init_executor()
421 return EG(in_execution); in zend_is_executing()
H A Dzend_API.c1029 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zval_update_class_constant()
1063 zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry); in zend_update_class_constants()
H A Dzend_alloc.c1759 } else if (EG(in_execution)) { in zend_mm_safe_error()
H A Dzend_vm_execute.h347 zend_bool original_in_execution = EG(in_execution); in execute()
354 EG(in_execution) = 1; in execute()
413 EG(in_execution) = original_in_execution; in execute()
/PHP-5.4/main/
H A DSAPI.c943 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_post_entry()
953 if (SG(sapi_started) && EG(in_execution)) { in sapi_unregister_post_entry()
963 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_default_post_reader()
973 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_treat_data()
982 if (SG(sapi_started) && EG(in_execution)) { in sapi_register_input_filter()
/PHP-5.4/ext/standard/
H A Dassert.c56 if (EG(in_execution)) { in PHP_INI_MH()
/PHP-5.4/ext/soap/
H A Dsoap.c94 zend_bool _old_in_execution = EG(in_execution); \
106 EG(in_execution) = _old_in_execution; \
2129 _old_in_execution = EG(in_execution);
2197 EG(in_execution) = _old_in_execution;
2281 EG(in_execution) = _old_in_execution;

Completed in 116 milliseconds