Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h189 #define PHPDBG_PREVENT_INTERACTIVE (1ULL<<28) macro
H A Dphpdbg.c842 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in php_sapi_phpdbg_log_message()
1175 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in phpdbg_sigint_handler()
1177 PHPDBG_G(flags) &= ~PHPDBG_PREVENT_INTERACTIVE; in phpdbg_sigint_handler()
1986 … = (PHPDBG_G(flags) & ~PHPDBG_HAS_PAGINATION) | PHPDBG_IS_INTERACTIVE | PHPDBG_PREVENT_INTERACTIVE; in main()
H A Dphpdbg_prompt.c1718 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in phpdbg_execute_ex()

Completed in 25 milliseconds