Searched refs:PHPDBG_IS_STOPPING (Results 1 – 4 of 4) sorted by relevance
204 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING) macro
892 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in PHPDBG_COMMAND()912 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in PHPDBG_COMMAND()1559 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_interactive()1588 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()1601 if (!PHPDBG_G(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()1686 if ((PHPDBG_G(flags) & PHPDBG_IS_STOPPING) && !(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in phpdbg_execute_ex()1899 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_force_interruption()
745 if ((PHPDBG_G(flags) & (PHPDBG_IS_STOPPING | PHPDBG_IS_RUNNING)) != PHPDBG_IS_STOPPING) { in phpdbg_read_input()
820 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in php_sapi_phpdbg_log_message()1091 PHPDBG_G(flags) |= PHPDBG_IS_STOPPING; in phpdbg_sigint_handler()1107 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigint_handler()1204 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigio_handler()1986 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in main()
Completed in 22 milliseconds