Home
last modified time | relevance | path

Searched refs:PHPDBG_IN_SIGNAL_HANDLER (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h197 #define PHPDBG_IN_SIGNAL_HANDLER (1ULL<<34) macro
H A Dphpdbg_info.c166 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in phpdbg_arm_auto_global()
349 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in PHPDBG_INFO()
H A Dphpdbg_print.c108 if (!PHPDBG_G(ops) && !(PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER)) { in PHPDBG_PRINT()
H A Dphpdbg_prompt.c970 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in PHPDBG_COMMAND()
1886 PHPDBG_G(flags) |= PHPDBG_IN_SIGNAL_HANDLER; in phpdbg_force_interruption()
1907 PHPDBG_G(flags) &= ~PHPDBG_IN_SIGNAL_HANDLER; in phpdbg_force_interruption()
H A Dphpdbg_utils.c385 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in phpdbg_safe_class_lookup()

Completed in 19 milliseconds