Searched refs:PHPDBG_COLOR_NOTICE (Results 1 – 5 of 5) sorted by relevance
169 case PHPDBG_COLOR_NOTICE: in PHPDBG_SET()171 phpdbg_set_color(PHPDBG_COLOR_NOTICE, color); in PHPDBG_SET()
51 #define PHPDBG_COLOR_NOTICE 2 macro
219 REGISTER_LONG_CONSTANT("PHPDBG_COLOR_NOTICE", PHPDBG_COLOR_NOTICE, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()440 case PHPDBG_COLOR_NOTICE: in PHP_FUNCTION()1667 phpdbg_set_color_ex(PHPDBG_COLOR_NOTICE, PHPDBG_STRL("green")); in main()
78 PHPDBG_ELEMENT_D("notice", PHPDBG_COLOR_NOTICE),
990 …pdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, msg… in phpdbg_process_print()
Completed in 26 milliseconds