Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c53 const char *bold_off_escape = PHPDBG_G(flags) & PHPDBG_IS_COLOURED ? "\033[0m" : ""; in pretty_print() local
108 memcpy (q, in_bold ? bold_on_escape : bold_off_escape, bold_escape_len); in pretty_print()

Completed in 14 milliseconds