Home
last modified time | relevance | path

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

/PHP-7.4/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.c225 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in PHP_MSHUTDOWN_FUNCTION()
1909 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in main()
1918 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
2033 PHPDBG_G(flags) &= ~PHPDBG_IS_QUITTING; in main()
2152 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in main()
2153 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
2156 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()
509 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in PHPDBG_COMMAND()
1472 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 20 milliseconds