Home
last modified time | relevance | path

Searched refs:fast_shutdown (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/session/tests/
H A Dsession_regenerate_id_fastshutdown.phpt6 opcache.fast_shutdown=1
/PHP-7.2/ext/opcache/tests/
H A Dbug69688.phpt6 opcache.fast_shutdown=1
H A Dbug68252.phpt6 opcache.fast_shutdown=1
/PHP-7.2/Zend/
H A Dzend_objects_API.c85 …I void zend_objects_store_free_object_storage(zend_objects_store *objects, zend_bool fast_shutdown) in zend_objects_store_free_object_storage() argument
97 if (fast_shutdown) { in zend_objects_store_free_object_storage()
H A Dzend_objects_API.h55 … void zend_objects_store_free_object_storage(zend_objects_store *objects, zend_bool fast_shutdown);
H A Dzend_execute_API.c253 zend_bool fast_shutdown = 0; in shutdown_executor() local
255 zend_bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup); in shutdown_executor() local
266 zend_objects_store_free_object_storage(&EG(objects_store), fast_shutdown); in shutdown_executor()
276 if (fast_shutdown) { in shutdown_executor()
/PHP-7.2/ext/phar/tests/
H A D024-opcache-win32.phpt21 opcache.fast_shutdown=1
/PHP-7.2/
H A DUPGRADING371 - opcache.fast_shutdown
372 . This INI directive has been removed. A variant of the fast_shutdown

Completed in 17 milliseconds