Home
last modified time | relevance | path

Searched refs:PHPDBG_IS_COLOURED (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h176 #define PHPDBG_IS_COLOURED (1ULL<<17) macro
208 …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…
H A Dphpdbg_set.c184 …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()
H A Dphpdbg_help.c52 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()
H A Dphpdbg_out.c952 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
969 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
H A Dphpdbg_utils.c309 if ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED)) { in phpdbg_get_prompt()
H A Dphpdbg.c1556 flags &= ~PHPDBG_IS_COLOURED; in main()

Completed in 22 milliseconds