Home
last modified time | relevance | path

Searched refs:PHPDBG_IN_UNTIL (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.h136 #define PHPDBG_IN_UNTIL (1<<18) macro
151 #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL|PHPDBG_IN_FINISH|PHPDBG_IN_LEAVE)
H A Dphpdbg_prompt.c431 PHPDBG_G(flags) |= PHPDBG_IN_UNTIL; in PHPDBG_COMMAND()
1232 if (PHPDBG_G(flags) & PHPDBG_IN_UNTIL) {
1234 PHPDBG_G(flags) &= ~PHPDBG_IN_UNTIL;

Completed in 9 milliseconds