Searched refs:unclean_shutdown (Results 1 – 13 of 13) sorted by relevance
92 zend_bool unclean_shutdown; member
233 if (CG(unclean_shutdown)) { in shutdown_destructors()274 if (CG(unclean_shutdown)) { in shutdown_executor()355 if (GC_G(gc_enabled) && !CG(unclean_shutdown)) { in shutdown_executor()401 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
79 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
918 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
215 if (UNEXPECTED(CG(unclean_shutdown)) || UNEXPECTED(GC_G(gc_active))) { in gc_possible_root()
324 CG(unclean_shutdown) = 0; in init_compiler()
174 if (CG(unclean_shutdown)) { in userfilter_filter()
1765 shutdown_memory_manager(CG(unclean_shutdown), 0); in php_request_shutdown_for_hook()1808 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()1877 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()2396 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
1982 CG(unclean_shutdown) = 0; in main()2014 CG(unclean_shutdown) = 0; in main()2071 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
1069 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
386 if (CG(unclean_shutdown)) { in php_libxml_streams_IO_write()
510 if (!CG(unclean_shutdown)) { in _php_stream_free()
2380 CG(unclean_shutdown) = 1; in zend_accel_fast_shutdown()
Completed in 88 milliseconds