Searched refs:phpdbg_debug (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.h | 73 # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__) macro 75 # define phpdbg_debug(fmt, ...) macro
|
H A D | phpdbg_bp.c | 275 …phpdbg_debug("file path: %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_has… in phpdbg_set_breakpoint_file() 292 phpdbg_debug("File exists, but not compiled\n"); in phpdbg_set_breakpoint_file() 319 phpdbg_debug("Compare against loaded %s\n", file); in phpdbg_set_breakpoint_file() 346 …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() 382 phpdbg_debug("compiled file: %s, cur bp file: %s\n", file, cur); in phpdbg_resolve_pending_file_break_ex() 396 phpdbg_debug("was compiled: %s\n", file); in phpdbg_resolve_pending_file_break() 399 phpdbg_debug("check bp: %s\n", cur); in phpdbg_resolve_pending_file_break() 939 …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 | 235 phpdbg_debug("phpdbg_get_color(%s, %lu): %s", name, name_length, color->code); in phpdbg_get_color() 241 phpdbg_debug("phpdbg_get_color(%s, %lu): failed", name, name_length); in phpdbg_get_color()
|
H A D | phpdbg_prompt.c | 188 phpdbg_debug("created %d params from arguments", fci.param_count); in phpdbg_call_register()
|
Completed in 15 milliseconds