PHPDBG_COLOR_D     45 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("none",             "0;0"),
PHPDBG_COLOR_D     47 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("white",            "0;64"),
PHPDBG_COLOR_D     48 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("white-bold",       "1;64"),
PHPDBG_COLOR_D     49 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("white-underline",  "4;64"),
PHPDBG_COLOR_D     50 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("red",              "0;31"),
PHPDBG_COLOR_D     51 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("red-bold",         "1;31"),
PHPDBG_COLOR_D     52 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("red-underline",    "4;31"),
PHPDBG_COLOR_D     53 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("green",            "0;32"),
PHPDBG_COLOR_D     54 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("green-bold",       "1;32"),
PHPDBG_COLOR_D     55 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("green-underline",  "4;32"),
PHPDBG_COLOR_D     56 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("yellow",           "0;33"),
PHPDBG_COLOR_D     57 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("yellow-bold",      "1;33"),
PHPDBG_COLOR_D     58 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("yellow-underline", "4;33"),
PHPDBG_COLOR_D     59 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("blue",             "0;34"),
PHPDBG_COLOR_D     60 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("blue-bold",        "1;34"),
PHPDBG_COLOR_D     61 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("blue-underline",   "4;34"),
PHPDBG_COLOR_D     62 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("purple",           "0;35"),
PHPDBG_COLOR_D     63 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("purple-bold",      "1;35"),
PHPDBG_COLOR_D     64 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("purple-underline", "4;35"),
PHPDBG_COLOR_D     65 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("cyan",             "0;36"),
PHPDBG_COLOR_D     66 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("cyan-bold",        "1;36"),
PHPDBG_COLOR_D     67 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("cyan-underline",   "4;36"),
PHPDBG_COLOR_D     68 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("black",            "0;30"),
PHPDBG_COLOR_D     69 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("black-bold",       "1;30"),
PHPDBG_COLOR_D     70 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_COLOR_D("black-underline",  "4;30"),