Home
last modified time | relevance | path

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

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_set.c181 phpdbg_writeln("Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "on" : "off"); in PHPDBG_SET()
185 PHPDBG_G(flags) |= PHPDBG_IS_COLOURED; in PHPDBG_SET()
187 PHPDBG_G(flags) &= ~PHPDBG_IS_COLOURED; in PHPDBG_SET()
H A Dphpdbg.h148 #define PHPDBG_IS_COLOURED (1ULL<<17) macro
179 PHPDBG_IS_COLOURED | \
183 # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_BP_ENABLED | PHPDBG…
H A Dphpdbg_out.c53 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
65 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
H A Dphpdbg_help.c49 const char *bold_on_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : ""; in pretty_print()
50 const char *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : ""; in pretty_print()
H A Dphpdbg_utils.c323 if ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED)) { in phpdbg_get_prompt()
H A Dphpdbg.c1265 flags &= ~PHPDBG_IS_COLOURED; in main()

Completed in 22 milliseconds