Searched refs:PHPDBG_IS_STOPPING (Results 1 – 4 of 4) sorted by relevance
171 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING) macro
887 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in PHPDBG_COMMAND()902 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in PHPDBG_COMMAND()1530 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_interactive()1555 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()1570 if (!PHPDBG_G(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()1649 if ((PHPDBG_G(flags) & PHPDBG_IS_STOPPING) && !(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in phpdbg_execute_ex()1875 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_force_interruption()
749 if ((PHPDBG_G(flags) & (PHPDBG_IS_STOPPING | PHPDBG_IS_RUNNING)) != PHPDBG_IS_STOPPING) { in phpdbg_read_input()
774 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in php_sapi_phpdbg_log_message()1036 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigint_handler()1627 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in main()
Completed in 25 milliseconds