Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_globals.h92 zend_bool unclean_shutdown; member
H A Dzend_execute_API.c231 if (CG(unclean_shutdown)) { in shutdown_destructors()
306 if (GC_G(gc_enabled) && !CG(unclean_shutdown)) { in shutdown_executor()
389 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
H A Dzend_generators.c138 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
194 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend_gc.c265 if (UNEXPECTED(CG(unclean_shutdown)) || UNEXPECTED(GC_G(gc_active))) { in gc_possible_root()
H A Dzend.c965 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
H A Dzend_compile.c362 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-7.2/ext/standard/
H A Duser_filters.c174 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-7.2/main/
H A Dmain.c1815 shutdown_memory_manager(CG(unclean_shutdown), 0); in php_request_shutdown_for_hook()
1858 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
1927 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2475 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c2000 CG(unclean_shutdown) = 0; in main()
2032 CG(unclean_shutdown) = 0; in main()
2089 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.2/ext/libxml/
H A Dlibxml.c386 if (CG(unclean_shutdown)) { in php_libxml_streams_IO_write()

Completed in 81 milliseconds