Searched refs:PHPDBG_IS_SIGNALED (Results 1 – 4 of 4) sorted by relevance
46 if (*swd->flags & PHPDBG_IS_SIGNALED) { in ZEND_EXTERN_MODULE_GLOBALS()55 *swd->flags |= PHPDBG_IS_SIGNALED; in ZEND_EXTERN_MODULE_GLOBALS()
185 #define PHPDBG_IS_SIGNALED (1ULL<<26) macro
1169 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigint_handler()1178 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()1184 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()1268 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigio_handler()1275 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigio_handler()1281 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigio_handler()
1884 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_execute_ex()1885 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_execute_ex()
Completed in 32 milliseconds