Lines Matching refs:phpdbg_notice

125phpdbg_notice("Exporting %d breakpoints", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]));  in phpdbg_export_breakpoints_to_string()
330phpdbg_notice("Pending breakpoint #%d added at %s:"ZEND_ULONG_FMT"", new_break.id, new_break.filen… in phpdbg_set_breakpoint_file()
334phpdbg_notice("Breakpoint #%d added at %s:"ZEND_ULONG_FMT"", new_break.id, new_break.filename, new… in phpdbg_set_breakpoint_file()
425 phpdbg_notice("Breakpoint #%d added at %s", new_break.id, new_break.symbol); in phpdbg_set_breakpoint_symbol()
468 phpdbg_notice("Breakpoint #%d added at %s::%s", new_break.id, class_name, func_name); in phpdbg_set_breakpoint_method()
493 phpdbg_notice("Breakpoint #%d added at #"ZEND_ULONG_FMT, new_break.id, new_break.opline); in phpdbg_set_breakpoint_opline()
561 phpdbg_notice("Breakpoint #%d resolved at %s%s%s#"ZEND_ULONG_FMT" (opline #"ZEND_ULONG_FMT")", in phpdbg_resolve_op_array_breaks()
655phpdbg_notice("Pending breakpoint #%d at %s::%s#"ZEND_ULONG_FMT, new_break.id, new_break.class_nam… in phpdbg_set_breakpoint_method_opline()
659phpdbg_notice("Breakpoint #%d added at %s::%s#"ZEND_ULONG_FMT, new_break.id, new_break.class_name,… in phpdbg_set_breakpoint_method_opline()
707phpdbg_notice("Pending breakpoint #%d at %s#"ZEND_ULONG_FMT, new_break.id, new_break.func_name, op… in phpdbg_set_breakpoint_function_opline()
711phpdbg_notice("Breakpoint #%d added at %s#"ZEND_ULONG_FMT, new_break.id, new_break.func_name, opli… in phpdbg_set_breakpoint_function_opline()
753phpdbg_notice("Pending breakpoint #%d at %s:"ZEND_ULONG_FMT, new_break.id, new_break.class_name, o… in phpdbg_set_breakpoint_file_opline()
757phpdbg_notice("Breakpoint #%d added at %s:"ZEND_ULONG_FMT, new_break.id, new_break.class_name, opl… in phpdbg_set_breakpoint_file_opline()
802 phpdbg_notice("Breakpoint #%d added at %s", new_break.id, name); in phpdbg_set_breakpoint_opcode()
819 phpdbg_notice("Breakpoint #%d added at #"ZEND_ULONG_FMT, new_break.id, new_break.opline); in phpdbg_set_breakpoint_opline_ex()
889 phpdbg_notice("Conditional breakpoint #%d added %s/%p", brake->id, brake->code, brake->ops); in phpdbg_create_conditional_break()
928 phpdbg_notice("Conditional break %s exists at the specified location", condition->str); in phpdbg_set_breakpoint_at()
1247 phpdbg_notice("Deleted breakpoint #"ZEND_ULONG_FMT, num); in phpdbg_delete_breakpoint()
1289 phpdbg_notice("Breakpoint #%d at %s:"ZEND_ULONG_FMT", hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1297 phpdbg_notice("Breakpoint #%d in %s() at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1306 phpdbg_notice("Breakpoint #%d in #"ZEND_ULONG_FMT" at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1315 phpdbg_notice("Breakpoint #%d in %s::%s()#"ZEND_ULONG_FMT" at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1326 phpdbg_notice("Breakpoint #%d in %s()#"ZEND_ULONG_FMT" at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1336 phpdbg_notice("Breakpoint #%d in #"ZEND_ULONG_FMT" at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1345 phpdbg_notice("Breakpoint #%d in %s at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1354 phpdbg_notice("Breakpoint #%d in %s::%s() at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1366 phpdbg_notice("Conditional breakpoint #%d: at %s if %s at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1376 phpdbg_notice("Conditional breakpoint #%d: on %s == true at %s:%u, hits: "ZEND_ULONG_FMT"", in phpdbg_print_breakpoint()
1388 phpdbg_notice("Unknown breakpoint at %s:%u", in phpdbg_print_breakpoint()