Lines Matching refs:phpdbg_notice

120 		phpdbg_notice(  in phpdbg_export_breakpoints()
259 phpdbg_notice("Breakpoint #%d added at %s:%ld", in phpdbg_set_breakpoint_file()
288 phpdbg_notice("Breakpoint #%d added at %s", in phpdbg_set_breakpoint_symbol()
293 phpdbg_notice("Breakpoint exists at %s", name); in phpdbg_set_breakpoint_symbol()
327 phpdbg_notice("Breakpoint #%d added at %s::%s", in phpdbg_set_breakpoint_method()
332 phpdbg_notice("Breakpoint exists at %s::%s", class_name, func_name); in phpdbg_set_breakpoint_method()
353 phpdbg_notice("Breakpoint #%d added at %#lx", in phpdbg_set_breakpoint_opline()
357 phpdbg_notice("Breakpoint exists at %#lx", opline); in phpdbg_set_breakpoint_opline()
426 phpdbg_notice("Breakpoint #%d resolved at %s%s%s#%ld (opline %#lx)", in phpdbg_resolve_op_array_breaks()
515phpdbg_notice("Pending breakpoint #%d at %s::%s#%ld", new_break.id, new_break.class_name, new_brea… in phpdbg_set_breakpoint_method_opline()
519phpdbg_notice("Breakpoint #%d added at %s::%s#%ld", new_break.id, new_break.class_name, new_break.… in phpdbg_set_breakpoint_method_opline()
545phpdbg_notice("Breakpoint already exists for %s::%s#%ld", new_break.class_name, new_break.func_nam… in phpdbg_set_breakpoint_method_opline()
574 phpdbg_notice("Pending breakpoint #%d at %s#%ld", new_break.id, new_break.func_name, opline); in phpdbg_set_breakpoint_function_opline()
578 phpdbg_notice("Breakpoint #%d added at %s#%ld", new_break.id, new_break.func_name, opline); in phpdbg_set_breakpoint_function_opline()
595 phpdbg_notice("Breakpoint already exists for %s#%ld", new_break.func_name, opline); in phpdbg_set_breakpoint_function_opline()
623 phpdbg_notice("Pending breakpoint #%d at %s:%ld", new_break.id, new_break.class_name, opline); in phpdbg_set_breakpoint_file_opline()
627 phpdbg_notice("Breakpoint #%d added at %s:%ld", new_break.id, new_break.class_name, opline); in phpdbg_set_breakpoint_file_opline()
644 phpdbg_notice("Breakpoint already exists for %s:%ld", new_break.class_name, opline); in phpdbg_set_breakpoint_file_opline()
663 phpdbg_notice( in phpdbg_set_breakpoint_opcode()
677 phpdbg_notice("Breakpoint #%d added at %s", new_break.id, name); in phpdbg_set_breakpoint_opcode()
695 phpdbg_notice("Breakpoint #%d added at %#lx", in phpdbg_set_breakpoint_opline_ex()
743 phpdbg_notice("Conditional breakpoint #%d added %s/%p", in phpdbg_create_conditional_break()
766 phpdbg_notice("Conditional break %s exists", expr); in phpdbg_set_breakpoint_expression()
785 phpdbg_notice( in phpdbg_set_breakpoint_at()
1152 phpdbg_notice("Deleted breakpoint #%ld", num);
1193 phpdbg_notice("Breakpoint #%d at %s:%ld, hits: %lu",
1201 phpdbg_notice("Breakpoint #%d in %s() at %s:%u, hits: %lu",
1210 phpdbg_notice("Breakpoint #%d in %#lx at %s:%u, hits: %lu",
1219 phpdbg_notice("Breakpoint #%d in %s::%s()#%lu at %s:%u, hits: %lu",
1230 phpdbg_notice("Breakpoint #%d in %s()#%lu at %s:%u, hits: %lu",
1240 phpdbg_notice("Breakpoint #%d in %s:%lu at %s:%u, hits: %lu",
1250 phpdbg_notice("Breakpoint #%d in %s at %s:%u, hits: %lu",
1259 phpdbg_notice("Breakpoint #%d in %s::%s() at %s:%u, hits: %lu",
1271 phpdbg_notice("Conditional breakpoint #%d: at %s if %s %s:%u, hits: %lu",
1281 phpdbg_notice("Conditional breakpoint #%d: on %s == true %s:%u, hits: %lu",
1293 phpdbg_notice("Unknown breakpoint at %s:%u",