Home
last modified time | relevance | path

Searched refs:EG_FLAGS_IN_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_globals.h286 #define EG_FLAGS_IN_SHUTDOWN (1<<0) macro
/PHP-8.2/main/
H A Dmain.c1005 } else if (EG(flags) & EG_FLAGS_IN_SHUTDOWN) { in php_verror()
1838 EG(flags) |= EG_FLAGS_IN_SHUTDOWN; in php_request_shutdown()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4452 EG(flags) |= EG_FLAGS_IN_SHUTDOWN;

Completed in 30 milliseconds