Searched refs:phpdbg_set_color_ex (Results 1 – 3 of 3) sorted by relevance
66 PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length);
388 phpdbg_set_color_ex(element, color, color_len); in PHP_FUNCTION()1374 phpdbg_set_color_ex(PHPDBG_COLOR_PROMPT, PHPDBG_STRL("white-bold")); in main()1375 phpdbg_set_color_ex(PHPDBG_COLOR_ERROR, PHPDBG_STRL("red-bold")); in main()1376 phpdbg_set_color_ex(PHPDBG_COLOR_NOTICE, PHPDBG_STRL("green")); in main()
250 PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length) /* {{{ */ in phpdbg_set_color_ex() function
Completed in 10 milliseconds