PHPDBG_COLOR_NOTICE 139 sapi/phpdbg/phpdbg.c REGISTER_LONG_CONSTANT("PHPDBG_COLOR_NOTICE", PHPDBG_COLOR_NOTICE, CONST_CS|CONST_PERSISTENT); PHPDBG_COLOR_NOTICE 395 sapi/phpdbg/phpdbg.c case PHPDBG_COLOR_NOTICE: PHPDBG_COLOR_NOTICE 1771 sapi/phpdbg/phpdbg.c phpdbg_set_color_ex(PHPDBG_COLOR_NOTICE, PHPDBG_STRL("green")); PHPDBG_COLOR_NOTICE 991 sapi/phpdbg/phpdbg_out.c msgoutlen = phpdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, msglen, msg); PHPDBG_COLOR_NOTICE 169 sapi/phpdbg/phpdbg_set.c case PHPDBG_COLOR_NOTICE: PHPDBG_COLOR_NOTICE 171 sapi/phpdbg/phpdbg_set.c phpdbg_set_color(PHPDBG_COLOR_NOTICE, color); PHPDBG_COLOR_NOTICE 78 sapi/phpdbg/phpdbg_utils.c PHPDBG_ELEMENT_D("notice", PHPDBG_COLOR_NOTICE),