Searched refs:PHPDBG_STRL (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_cmd.h | 106 #define PHPDBG_STRL(s) s, sizeof(s)-1 macro 158 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, parent} 161 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL} 164 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL}
|
H A D | phpdbg.c | 1396 phpdbg_set_color_ex(PHPDBG_COLOR_PROMPT, PHPDBG_STRL("white-bold") TSRMLS_CC); 1397 phpdbg_set_color_ex(PHPDBG_COLOR_ERROR, PHPDBG_STRL("red-bold") TSRMLS_CC); 1398 phpdbg_set_color_ex(PHPDBG_COLOR_NOTICE, PHPDBG_STRL("green") TSRMLS_CC);
|
H A D | phpdbg_help.c | 31 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, action, NULL, 0}
|
H A D | phpdbg_prompt.c | 301 phpdbg_try_file_init(PHPDBG_STRL(PHP_CONFIG_FILE_PATH "/" PHPDBG_INIT_FILENAME), 0 TSRMLS_CC); in phpdbg_init() 327 phpdbg_try_file_init(PHPDBG_STRL(PHPDBG_INIT_FILENAME), 0 TSRMLS_CC); in phpdbg_init()
|
H A D | phpdbg_bp.c | 881 if (memcmp(opname, PHPDBG_STRL("UNKNOWN")) == 0) { in phpdbg_find_breakpoint_opcode()
|
Completed in 23 milliseconds