Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h184 #define PHPDBG_PREVENT_INTERACTIVE (1ULL<<28) macro
H A Dphpdbg.c835 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in php_sapi_phpdbg_log_message()
1152 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in phpdbg_sigint_handler()
1154 PHPDBG_G(flags) &= ~PHPDBG_PREVENT_INTERACTIVE; in phpdbg_sigint_handler()
1963 … = (PHPDBG_G(flags) & ~PHPDBG_HAS_PAGINATION) | PHPDBG_IS_INTERACTIVE | PHPDBG_PREVENT_INTERACTIVE; in main()
H A Dphpdbg_prompt.c1704 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in phpdbg_execute_ex()

Completed in 17 milliseconds