Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h165 #define PHPDBG_PREVENT_INTERACTIVE (1ULL<<28) macro
H A Dphpdbg.c749 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in php_sapi_phpdbg_log_message()
1035 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in phpdbg_sigint_handler()
1037 PHPDBG_G(flags) &= ~PHPDBG_PREVENT_INTERACTIVE; in phpdbg_sigint_handler()
1627 … = (PHPDBG_G(flags) & ~PHPDBG_HAS_PAGINATION) | PHPDBG_IS_INTERACTIVE | PHPDBG_PREVENT_INTERACTIVE; in main()
H A Dphpdbg_prompt.c1678 if (PHPDBG_G(flags) & PHPDBG_PREVENT_INTERACTIVE) { in phpdbg_execute_ex()

Completed in 14 milliseconds