Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.h138 #define PHPDBG_IN_LEAVE (1<<20) macro
151 #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL|PHPDBG_IN_FINISH|PHPDBG_IN_LEAVE)
H A Dphpdbg_prompt.c492 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