Home
last modified time | relevance | path

Searched refs:phpdbg_debug (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.h40 extern int phpdbg_debug;
H A Dphpdbg_out.h71 # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__) macro
73 # define phpdbg_debug(fmt, ...) macro
H A Dphpdbg_bp.c277phpdbg_debug("file path: %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_has… in phpdbg_set_breakpoint_file()
294 phpdbg_debug("File exists, but not compiled\n"); in phpdbg_set_breakpoint_file()
321 phpdbg_debug("Compare against loaded %s\n", file); in phpdbg_set_breakpoint_file()
348phpdbg_debug("file: %s, filelen: %u, cur: %s, curlen %u, pos: %c, memcmp: %d\n", file, filelen, ZS… in phpdbg_resolve_pending_file_break_ex()
384 phpdbg_debug("compiled file: %s, cur bp file: %s\n", file, cur); in phpdbg_resolve_pending_file_break_ex()
398 phpdbg_debug("was compiled: %s\n", file); in phpdbg_resolve_pending_file_break()
401 phpdbg_debug("check bp: %s\n", cur); in phpdbg_resolve_pending_file_break()
947phpdbg_debug("Op at: %.*s %d\n", ZSTR_LEN(op_array->filename), ZSTR_VAL(op_array->filename), (*EG(… in phpdbg_find_breakpoint_file()
H A Dphpdbg_utils.c237 phpdbg_debug("phpdbg_get_color(%s, %lu): %s", name, name_length, color->code); in phpdbg_get_color()
243 phpdbg_debug("phpdbg_get_color(%s, %lu): failed", name, name_length); in phpdbg_get_color()
H A Dphpdbg_parser.c68 #define yydebug phpdbg_debug
133 extern int phpdbg_debug;
H A Dphpdbg_prompt.c191 phpdbg_debug("created %d params from arguments", fci.param_count); in phpdbg_call_register()

Completed in 24 milliseconds