Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h203 #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL | PHPDBG_IN_FINISH | PHPDBG_IN_LEAVE) macro
H A Dphpdbg_prompt.c887 PHPDBG_G(flags) &= ~PHPDBG_SEEK_MASK; in PHPDBG_COMMAND()
1771 if ((PHPDBG_G(flags) & PHPDBG_SEEK_MASK) && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()

Completed in 10 milliseconds