Searched refs:PHPDBG_IN_LEAVE (Results 1 – 2 of 2) sorted by relevance
138 #define PHPDBG_IN_LEAVE (1<<20) macro151 #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL|PHPDBG_IN_FINISH|PHPDBG_IN_LEAVE)
492 PHPDBG_G(flags) |= PHPDBG_IN_LEAVE; in PHPDBG_COMMAND()1255 if (PHPDBG_G(flags) & PHPDBG_IN_LEAVE) {1257 PHPDBG_G(flags) &= ~PHPDBG_IN_LEAVE;
Completed in 13 milliseconds