Searched refs:PHPDBG_IS_COLOURED (Results 1 – 6 of 6) sorted by relevance
176 #define PHPDBG_IS_COLOURED (1ULL<<17) macro208 …AL | PHPDBG_IS_BP_ENABLED | PHPDBG_STEP_OPCODE | PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_…211 # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_BP_ENABLED | PHPDBG…
184 …phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()188 PHPDBG_G(flags) |= PHPDBG_IS_COLOURED; in PHPDBG_SET()190 PHPDBG_G(flags) &= ~PHPDBG_IS_COLOURED; in PHPDBG_SET()
52 const char *bold_on_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : ""; in pretty_print()53 const char *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : ""; in pretty_print()
972 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()989 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
309 if ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED)) { in phpdbg_get_prompt()
1557 flags &= ~PHPDBG_IS_COLOURED; in main()
Completed in 27 milliseconds