Home
last modified time | relevance | path

Searched refs:PHPDBG_COLOR_NOTICE (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_set.c133 case PHPDBG_COLOR_NOTICE: in PHPDBG_SET()
136 phpdbg_set_color(PHPDBG_COLOR_NOTICE, color TSRMLS_CC); in PHPDBG_SET()
H A Dphpdbg_utils.c77 PHPDBG_ELEMENT_D("notice", PHPDBG_COLOR_NOTICE),
256 PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, buffer); in phpdbg_print()
H A Dphpdbg_utils.h97 #define PHPDBG_COLOR_NOTICE 2 macro
H A Dphpdbg.c100 REGISTER_LONG_CONSTANT("PHPDBG_COLOR_NOTICE", PHPDBG_COLOR_NOTICE, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
352 case PHPDBG_COLOR_NOTICE: in PHP_FUNCTION()
1398 phpdbg_set_color_ex(PHPDBG_COLOR_NOTICE, PHPDBG_STRL("green") TSRMLS_CC);

Completed in 12 milliseconds