Home
last modified time | relevance | path

Searched refs:PHPDBG_IS_INTERACTIVE (Results 1 – 3 of 3) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg.h160 #define PHPDBG_IS_INTERACTIVE (1ULL<<27) macro
H A Dphpdbg_prompt.c880 PHPDBG_G(flags) ^= PHPDBG_IS_INTERACTIVE; in PHPDBG_COMMAND()
883 PHPDBG_G(flags) ^= PHPDBG_IS_INTERACTIVE; in PHPDBG_COMMAND()
1527 PHPDBG_G(flags) |= PHPDBG_IS_INTERACTIVE; in phpdbg_interactive()
1597 PHPDBG_G(flags) &= ~PHPDBG_IS_INTERACTIVE; in phpdbg_interactive()
H A Dphpdbg.c1023 if (!(PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE)) { in phpdbg_sigint_handler()
1591 …PHPDBG_G(flags) = (PHPDBG_G(flags) & ~PHPDBG_HAS_PAGINATION) | PHPDBG_IS_INTERACTIVE | PHPDBG_PREV… in main()
1593 PHPDBG_G(flags) |= PHPDBG_IS_INTERACTIVE; in main()

Completed in 16 milliseconds