Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.h204 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING) macro
H A Dphpdbg_prompt.c892 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()
H A Dphpdbg_cmd.c745 if ((PHPDBG_G(flags) & (PHPDBG_IS_STOPPING | PHPDBG_IS_RUNNING)) != PHPDBG_IS_STOPPING) { in phpdbg_read_input()
H A Dphpdbg.c820 } 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 16 milliseconds