Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_sigio_win32.c46 if (*swd->flags & PHPDBG_IS_SIGNALED) { in ZEND_EXTERN_MODULE_GLOBALS()
55 *swd->flags |= PHPDBG_IS_SIGNALED; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg.h185 #define PHPDBG_IS_SIGNALED (1ULL<<26) macro
H A Dphpdbg.c1169 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()
H A Dphpdbg_prompt.c1884 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