Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h181 #define PHPDBG_IN_FINISH (1ULL<<21) macro
203 #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL | PHPDBG_IN_FINISH | PHPDBG_IN_LEAVE)
H A Dphpdbg_prompt.c686 PHPDBG_G(flags) |= PHPDBG_IN_FINISH; in PHPDBG_COMMAND()
1796 if (PHPDBG_G(flags) & PHPDBG_IN_FINISH) { in phpdbg_execute_ex()
1798 PHPDBG_G(flags) &= ~PHPDBG_IN_FINISH; in phpdbg_execute_ex()

Completed in 11 milliseconds