Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h178 #define PHPDBG_IS_RUNNING (1ULL<<19) macro
H A Dphpdbg_prompt.c291 PHPDBG_G(flags) &= ~(PHPDBG_IS_RUNNING | PHPDBG_IS_CLEANING); in phpdbg_line_init()
895 PHPDBG_G(flags) |= PHPDBG_IS_RUNNING; in PHPDBG_COMMAND()
931 PHPDBG_G(flags) &= ~PHPDBG_IS_RUNNING; in PHPDBG_COMMAND()
1698 if ((PHPDBG_G(flags) & PHPDBG_IS_STOPPING) && !(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in phpdbg_execute_ex()
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.c2094 if (!(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in main()
2099 if ((PHPDBG_G(flags) & (PHPDBG_IS_CLEANING | PHPDBG_IS_RUNNING)) == PHPDBG_IS_CLEANING) { in main()

Completed in 44 milliseconds