Searched refs:PHPDBG_IN_LEAVE (Results 1 – 2 of 2) sorted by relevance
154 #define PHPDBG_IN_LEAVE (1ULL<<22) macro168 #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL | PHPDBG_IN_FINISH | PHPDBG_IN_LEAVE)
692 PHPDBG_G(flags) |= PHPDBG_IN_LEAVE; in PHPDBG_COMMAND()1766 if (PHPDBG_G(flags) & PHPDBG_IN_LEAVE) { in phpdbg_execute_ex()1768 PHPDBG_G(flags) &= ~PHPDBG_IN_LEAVE; in phpdbg_execute_ex()
Completed in 10 milliseconds