Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.h147 #define PHPDBG_IS_QUITTING (1ULL<<16) macro
171 #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.c183 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in PHP_MSHUTDOWN_FUNCTION()
1381 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
1517 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in main()
1526 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
1719 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in main()
1720 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
1723 PHPDBG_G(flags) -= PHPDBG_IS_QUITTING; in main()
H A Dphpdbg_prompt.c283 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in phpdbg_line_init()
502 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in PHPDBG_COMMAND()
1441 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 23 milliseconds