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