Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_globals.h321 #define EG_FLAGS_IN_SHUTDOWN (1<<0) macro
H A Dzend_generators.c218 ZEND_ASSERT(EG(flags) & EG_FLAGS_IN_SHUTDOWN); in check_node_running_in_fiber()
/php-src/main/
H A Dmain.c1060 } else if (EG(flags) & EG_FLAGS_IN_SHUTDOWN) { in php_verror()
1889 EG(flags) |= EG_FLAGS_IN_SHUTDOWN; in php_request_shutdown()
/php-src/ext/pcre/
H A Dphp_pcre.c998 if (UNEXPECTED(EG(flags) & EG_FLAGS_IN_SHUTDOWN)) { in add_offset_pair()
1010 if (UNEXPECTED(EG(flags) & EG_FLAGS_IN_SHUTDOWN)) { in add_offset_pair()
/php-src/ext/opcache/
H A DZendAccelerator.c4455 EG(flags) |= EG_FLAGS_IN_SHUTDOWN;

Completed in 41 milliseconds