Home
last modified time | relevance | path

Searched refs:PHPDBG_IS_STOPPING (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c947 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in PHPDBG_COMMAND()
967 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in PHPDBG_COMMAND()
1615 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_interactive()
1637 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()
1650 if (!PHPDBG_G(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()
1736 if ((PHPDBG_G(flags) & PHPDBG_IS_STOPPING) && !(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in phpdbg_execute_ex()
1947 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_force_interruption()
H A Dphpdbg.h206 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING) macro
H A Dphpdbg_cmd.c748 if ((PHPDBG_G(flags) & (PHPDBG_IS_STOPPING | PHPDBG_IS_RUNNING)) != PHPDBG_IS_STOPPING) { in phpdbg_read_input()
H A Dphpdbg.c894 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in php_sapi_phpdbg_log_message()
1160 PHPDBG_G(flags) |= PHPDBG_IS_STOPPING; in phpdbg_sigint_handler()
1176 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigint_handler()
1273 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigio_handler()
2041 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in main()

Completed in 35 milliseconds