Searched refs:PHPDBG_IN_SIGNAL_HANDLER (Results 1 – 5 of 5) sorted by relevance
164 #define PHPDBG_IN_SIGNAL_HANDLER (1ULL<<31) macro
166 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in phpdbg_arm_auto_global()347 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in PHPDBG_INFO()
81 if (!PHPDBG_G(ops) && !(PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER)) { in PHPDBG_PRINT()
951 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in PHPDBG_COMMAND()1846 PHPDBG_G(flags) |= PHPDBG_IN_SIGNAL_HANDLER; in phpdbg_force_interruption()1873 PHPDBG_G(flags) &= ~PHPDBG_IN_SIGNAL_HANDLER; in phpdbg_force_interruption()
399 if (PHPDBG_G(flags) & PHPDBG_IN_SIGNAL_HANDLER) { in phpdbg_safe_class_lookup()
Completed in 12 milliseconds