Searched refs:PHPDBG_COLOR_D (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 45 PHPDBG_COLOR_D("none", "0;0"), 47 PHPDBG_COLOR_D("white", "0;64"), 48 PHPDBG_COLOR_D("white-bold", "1;64"), 49 PHPDBG_COLOR_D("white-underline", "4;64"), 50 PHPDBG_COLOR_D("red", "0;31"), 51 PHPDBG_COLOR_D("red-bold", "1;31"), 52 PHPDBG_COLOR_D("red-underline", "4;31"), 53 PHPDBG_COLOR_D("green", "0;32"), 54 PHPDBG_COLOR_D("green-bold", "1;32"), 55 PHPDBG_COLOR_D("green-underline", "4;32"), [all …]
|
H A D | phpdbg_utils.h | 38 #define PHPDBG_COLOR_D(color, code) \ macro
|
Completed in 7 milliseconds