Searched refs:PHPDBG_IS_SIGNALED (Results 1 – 3 of 3) sorted by relevance
159 #define PHPDBG_IS_SIGNALED (1ULL<<26) macro
1024 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigint_handler()1033 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()1039 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()
1804 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_execute_ex()1805 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_execute_ex()
Completed in 19 milliseconds