Home
last modified time | relevance | path

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

/PHP-7.4/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.c1159 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigint_handler()
1168 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()
1174 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigint_handler()
1258 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_sigio_handler()
1265 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_sigio_handler()
1271 PHPDBG_G(flags) |= PHPDBG_IS_SIGNALED; in phpdbg_sigio_handler()
H A Dphpdbg_prompt.c1847 if (PHPDBG_G(flags) & PHPDBG_IS_SIGNALED) { in phpdbg_execute_ex()
1848 PHPDBG_G(flags) &= ~PHPDBG_IS_SIGNALED; in phpdbg_execute_ex()

Completed in 21 milliseconds