Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.h174 #define PHPDBG_IS_COLOURED (1ULL<<17) macro
206 …AL | PHPDBG_IS_BP_ENABLED | PHPDBG_STEP_OPCODE | PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_…
209 # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_BP_ENABLED | PHPDBG…
H A Dphpdbg_set.c182 …phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "… in PHPDBG_SET()
186 PHPDBG_G(flags) |= PHPDBG_IS_COLOURED; in PHPDBG_SET()
188 PHPDBG_G(flags) &= ~PHPDBG_IS_COLOURED; in PHPDBG_SET()
H A Dphpdbg_help.c50 const char *bold_on_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : ""; in pretty_print()
51 const char *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : ""; in pretty_print()
H A Dphpdbg_out.c950 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
967 if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { in phpdbg_process_print()
H A Dphpdbg_utils.c307 if ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED)) { in phpdbg_get_prompt()
H A Dphpdbg.c1493 flags &= ~PHPDBG_IS_COLOURED; in main()

Completed in 64 milliseconds