Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.h152 #define PHPDBG_IN_UNTIL (1ULL<<20) macro
168 #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL | PHPDBG_IN_FINISH | PHPDBG_IN_LEAVE)
H A Dphpdbg_prompt.c604 PHPDBG_G(flags) |= PHPDBG_IN_UNTIL; in phpdbg_skip_line_helper()
1736 if (PHPDBG_G(flags) & PHPDBG_IN_UNTIL) { in phpdbg_execute_ex()
1738 PHPDBG_G(flags) &= ~PHPDBG_IN_UNTIL; in phpdbg_execute_ex()

Completed in 10 milliseconds