Searched refs:PHPDBG_IS_RUNNING (Results 1 – 4 of 4) sorted by relevance
150 #define PHPDBG_IS_RUNNING (1ULL<<19) macro
282 PHPDBG_G(flags) &= ~(PHPDBG_IS_RUNNING | PHPDBG_IS_CLEANING); in phpdbg_line_init()881 PHPDBG_G(flags) |= PHPDBG_IS_RUNNING; in PHPDBG_COMMAND()912 PHPDBG_G(flags) &= ~PHPDBG_IS_RUNNING; in PHPDBG_COMMAND()1649 if ((PHPDBG_G(flags) & PHPDBG_IS_STOPPING) && !(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in phpdbg_execute_ex()
749 if ((PHPDBG_G(flags) & (PHPDBG_IS_STOPPING | PHPDBG_IS_RUNNING)) != PHPDBG_IS_STOPPING) { in phpdbg_read_input()
1664 if (!(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) { in main()1669 if ((PHPDBG_G(flags) & (PHPDBG_IS_CLEANING | PHPDBG_IS_RUNNING)) == PHPDBG_IS_CLEANING) { in main()
Completed in 16 milliseconds