Home
last modified time | relevance | path

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

/PHP-7.3/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.h187 #define PHPDBG_IS_SIGNALED (1ULL<<26) macro
H A Dphpdbg.c1156 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigint_handler()
1165 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()
1171 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()
1255 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigio_handler()
1262 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigio_handler()
1268 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigio_handler()
H A Dphpdbg_prompt.c1885 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_execute_ex()
1886 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_execute_ex()

Completed in 25 milliseconds