Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h201 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING) macro
H A Dphpdbg_prompt.c945 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in PHPDBG_COMMAND()
965 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in PHPDBG_COMMAND()
1563 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_interactive()
1585 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()
1598 if (!PHPDBG_G(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in phpdbg_interactive()
1684 if ((PHPDBG_G(flags) & PHPDBG_IS_STOPPING) && !(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in phpdbg_execute_ex()
1895 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_force_interruption()
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.c863 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in php_sapi_phpdbg_log_message()
1131 PHPDBG_G(flags) |= PHPDBG_IS_STOPPING; in phpdbg_sigint_handler()
1147 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigint_handler()
1244 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigio_handler()
2023 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in main()

Completed in 20 milliseconds