Home
last modified time | relevance | path

Searched refs:PHPDBG_COLOR_D (Results 1 – 16 of 16) sorted by relevance

/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_utils.c42 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 Dphpdbg_utils.h36 #define PHPDBG_COLOR_D(color, code) \ macro
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg_utils.c42 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 Dphpdbg_utils.h36 #define PHPDBG_COLOR_D(color, code) \ macro
/dports/www/mod_php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_utils.c43 PHPDBG_COLOR_D("none", "0;0"),
45 PHPDBG_COLOR_D("white", "0;64"),
46 PHPDBG_COLOR_D("white-bold", "1;64"),
47 PHPDBG_COLOR_D("white-underline", "4;64"),
48 PHPDBG_COLOR_D("red", "0;31"),
49 PHPDBG_COLOR_D("red-bold", "1;31"),
50 PHPDBG_COLOR_D("red-underline", "4;31"),
51 PHPDBG_COLOR_D("green", "0;32"),
52 PHPDBG_COLOR_D("green-bold", "1;32"),
53 PHPDBG_COLOR_D("green-underline", "4;32"),
[all …]
H A Dphpdbg_utils.h36 #define PHPDBG_COLOR_D(color, code) \ macro
/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_utils.c45 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 Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ macro
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_utils.c45 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 Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ macro
/dports/lang/php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg_utils.c43 PHPDBG_COLOR_D("none", "0;0"),
45 PHPDBG_COLOR_D("white", "0;64"),
46 PHPDBG_COLOR_D("white-bold", "1;64"),
47 PHPDBG_COLOR_D("white-underline", "4;64"),
48 PHPDBG_COLOR_D("red", "0;31"),
49 PHPDBG_COLOR_D("red-bold", "1;31"),
50 PHPDBG_COLOR_D("red-underline", "4;31"),
51 PHPDBG_COLOR_D("green", "0;32"),
52 PHPDBG_COLOR_D("green-bold", "1;32"),
53 PHPDBG_COLOR_D("green-underline", "4;32"),
[all …]
H A Dphpdbg_utils.h36 #define PHPDBG_COLOR_D(color, code) \ macro
/dports/www/mod_php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_utils.c45 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 Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ macro
/dports/www/mod_php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_utils.c45 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 Dphpdbg_utils.h38 #define PHPDBG_COLOR_D(color, code) \ macro