Home
last modified time | relevance | path

Searched refs:unclean_shutdown (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_globals.h90 zend_bool unclean_shutdown; member
H A Dzend_execute_API.c233 if (CG(unclean_shutdown)) { in shutdown_destructors()
292 if (gc_enabled() && !CG(unclean_shutdown)) { in shutdown_executor()
375 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
H A Dzend_generators.c137 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
193 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend.c1037 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
H A Dzend_compile.c373 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-7.3/ext/standard/
H A Duser_filters.c171 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c1998 CG(unclean_shutdown) = 0; in main()
2030 CG(unclean_shutdown) = 0; in main()
2087 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
H A Dphpdbg_prompt.c1069 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/PHP-7.3/main/
H A Dmain.c1882 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
1951 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2513 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()

Completed in 68 milliseconds