Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h170 #define PHPDBG_IS_QUITTING (1ULL<<16) macro
201 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING)
H A Dphpdbg_io.c91 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg.c1886 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in main()
1895 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in main()
2010 PHPDBG_G(flags) &= ~PHPDBG_IS_QUITTING; in main()
2129 if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { in main()
H A Dphpdbg_prompt.c296 if (PHPDBG_G(flags) & PHPDBG_IS_QUITTING) { in phpdbg_line_init()
512 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in PHPDBG_COMMAND()
1464 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; in PHPDBG_COMMAND()
H A Dphpdbg_cmd.c769 PHPDBG_G(flags) |= PHPDBG_IS_QUITTING | PHPDBG_IS_DISCONNECTED; in phpdbg_read_input()

Completed in 22 milliseconds