Searched refs:PHPDBG_COLOR_NOTICE (Results 1 – 7 of 7) sorted by relevance
20 const PHPDBG_COLOR_NOTICE = UNKNOWN; define
166 case PHPDBG_COLOR_NOTICE: in PHPDBG_SET()168 phpdbg_set_color(PHPDBG_COLOR_NOTICE, color); in PHPDBG_SET()
77 REGISTER_LONG_CONSTANT("PHPDBG_COLOR_NOTICE", PHPDBG_COLOR_NOTICE, CONST_PERSISTENT); in register_phpdbg_symbols()
49 #define PHPDBG_COLOR_NOTICE 2 macro
66 …pdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, msg… in phpdbg_process_print()
75 PHPDBG_ELEMENT_D("notice", PHPDBG_COLOR_NOTICE),
388 case PHPDBG_COLOR_NOTICE: in PHP_FUNCTION()1341 phpdbg_set_color_ex(PHPDBG_COLOR_NOTICE, PHPDBG_STRL("green")); in main()
Completed in 22 milliseconds