Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.h175 #define PHPDBG_IS_QUITTING (1ULL<<16) macro
206 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING)
H A Dphpdbg.c236 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in PHP_MSHUTDOWN_FUNCTION()
1902 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in main()
1911 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
2026 PHPDBG_G(flags) &= ~PHPDBG_IS_QUITTING; in main()
2143 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in main()
2144 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
2147 PHPDBG_G(flags) -= PHPDBG_IS_QUITTING; in main()
H A Dphpdbg_io.c91 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_prompt.c292 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in phpdbg_line_init()
508 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in PHPDBG_COMMAND()
1518 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in PHPDBG_COMMAND()
H A Dphpdbg_cmd.c768 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in phpdbg_read_input()

Completed in 30 milliseconds