PHPDBG_IS_COLOURED 1470 sapi/phpdbg/phpdbg.c flags &= ~PHPDBG_IS_COLOURED; PHPDBG_IS_COLOURED 205 sapi/phpdbg/phpdbg.h #define PHPDBG_PRESERVE_FLAGS_MASK (PHPDBG_SHOW_REFCOUNTS | PHPDBG_IS_STEPONEVAL | PHPDBG_IS_BP_ENABLED | PHPDBG_STEP_OPCODE | PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_REMOTE | PHPDBG_WRITE_XML | PHPDBG_IS_DISCONNECTED | PHPDBG_HAS_PAGINATION) PHPDBG_IS_COLOURED 208 sapi/phpdbg/phpdbg.h # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET | PHPDBG_IS_COLOURED | PHPDBG_IS_BP_ENABLED | PHPDBG_HAS_PAGINATION) PHPDBG_IS_COLOURED 52 sapi/phpdbg/phpdbg_help.c const char *bold_on_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[1m" : ""; PHPDBG_IS_COLOURED 53 sapi/phpdbg/phpdbg_help.c const char *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : ""; PHPDBG_IS_COLOURED 973 sapi/phpdbg/phpdbg_out.c if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { PHPDBG_IS_COLOURED 990 sapi/phpdbg/phpdbg_out.c if (PHPDBG_G(flags) & PHPDBG_IS_COLOURED) { PHPDBG_IS_COLOURED 184 sapi/phpdbg/phpdbg_set.c phpdbg_writeln("setcolors", "active=\"%s\"", "Colors %s", PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "on" : "off"); PHPDBG_IS_COLOURED 188 sapi/phpdbg/phpdbg_set.c PHPDBG_G(flags) |= PHPDBG_IS_COLOURED; PHPDBG_IS_COLOURED 190 sapi/phpdbg/phpdbg_set.c PHPDBG_G(flags) &= ~PHPDBG_IS_COLOURED; PHPDBG_IS_COLOURED 309 sapi/phpdbg/phpdbg_utils.c if ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED)) {