Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h151 #define PHPDBG_IS_QUITTING (1ULL<<16) macro
175 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING)
H A Dphpdbg_io.c66 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg.c181 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in PHP_MSHUTDOWN_FUNCTION()
1417 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
1554 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in main()
1563 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
1758 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in main()
1759 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
1762 PHPDBG_G(flags) -= PHPDBG_IS_QUITTING; in main()
H A Dphpdbg_prompt.c284 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in phpdbg_line_init()
503 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in PHPDBG_COMMAND()
1445 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in PHPDBG_COMMAND()
H A Dphpdbg_cmd.c752 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in phpdbg_read_input()

Completed in 17 milliseconds