Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.h171 #define PHPDBG_IS_STOPPING (PHPDBG_IS_QUITTING | PHPDBG_IS_CLEANING) macro
H A Dphpdbg_prompt.c889 if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) { in PHPDBG_COMMAND()
904 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in PHPDBG_COMMAND()
1532 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()
1866 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.c773 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in php_sapi_phpdbg_log_message()
1035 if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) { in phpdbg_sigint_handler()
1626 } while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)); in main()

Completed in 26 milliseconds