Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.h159 #define PHPDBG_IS_SIGNALED (1ULL<<26) macro
H A Dphpdbg.c1025 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigint_handler()
1034 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()
1040 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()
H A Dphpdbg_prompt.c1798 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_execute_ex()
1799 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_execute_ex()

Completed in 19 milliseconds