Searched refs:phpdbg_debug (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_out.h | 53 # define phpdbg_debug(strfmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDERR].fd, strfmt, ##__… macro 55 # define phpdbg_debug(strfmt, ...) macro
|
H A D | phpdbg_bp.c | 274 …phpdbg_debug("file path: %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_has… in phpdbg_set_breakpoint_file() 291 phpdbg_debug("File exists, but not compiled\n"); in phpdbg_set_breakpoint_file() 318 phpdbg_debug("Compare against loaded %s\n", ZSTR_VAL(file)); in phpdbg_set_breakpoint_file() 345 …phpdbg_debug("file: %s, filelen: %u, cur: %s, curlen %u, pos: %c, memcmp: %d\n", file, filelen, ZS… in phpdbg_resolve_pending_file_break_ex() 381 phpdbg_debug("compiled file: %s, cur bp file: %s\n", file, ZSTR_VAL(cur)); in phpdbg_resolve_pending_file_break_ex() 395 phpdbg_debug("was compiled: %s\n", file); in phpdbg_resolve_pending_file_break() 398 phpdbg_debug("check bp: %s\n", ZSTR_VAL(cur)); in phpdbg_resolve_pending_file_break() 940 …phpdbg_debug("Op at: %.*s %d\n", ZSTR_LEN(op_array->filename), ZSTR_VAL(op_array->filename), (*EG(… in phpdbg_find_breakpoint_file()
|
H A D | phpdbg_utils.c | 234 phpdbg_debug("phpdbg_get_color(%s, %lu): %s", name, name_length, color->code); in phpdbg_get_color() 240 phpdbg_debug("phpdbg_get_color(%s, %lu): failed", name, name_length); in phpdbg_get_color()
|
H A D | phpdbg_prompt.c | 182 phpdbg_debug("created %d params from arguments", fci.param_count); in phpdbg_call_register()
|
Completed in 19 milliseconds