phpdbg_notice     728 sapi/phpdbg/phpdbg.c 		phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s",
phpdbg_notice     731 sapi/phpdbg/phpdbg.c 		phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES);
phpdbg_notice     733 sapi/phpdbg/phpdbg.c 		phpdbg_notice("Clean Execution Environment");
phpdbg_notice     120 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice(
phpdbg_notice     259 sapi/phpdbg/phpdbg_bp.c 				phpdbg_notice("Breakpoint #%d added at %s:%ld",
phpdbg_notice     288 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint #%d added at %s",
phpdbg_notice     293 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint exists at %s", name);
phpdbg_notice     327 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint #%d added at %s::%s",
phpdbg_notice     332 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint exists at %s::%s", class_name, func_name);
phpdbg_notice     353 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint #%d added at %#lx",
phpdbg_notice     357 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint exists at %#lx", opline);
phpdbg_notice     426 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Breakpoint #%d resolved at %s%s%s#%ld (opline %#lx)",
phpdbg_notice     515 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Pending breakpoint #%d at %s::%s#%ld", new_break.id, new_break.class_name, new_break.func_name, opline);
phpdbg_notice     519 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Breakpoint #%d added at %s::%s#%ld", new_break.id, new_break.class_name, new_break.func_name, opline);
phpdbg_notice     545 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint already exists for %s::%s#%ld", new_break.class_name, new_break.func_name, opline);
phpdbg_notice     574 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Pending breakpoint #%d at %s#%ld", new_break.id, new_break.func_name, opline);
phpdbg_notice     578 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Breakpoint #%d added at %s#%ld", new_break.id, new_break.func_name, opline);
phpdbg_notice     595 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint already exists for %s#%ld", new_break.func_name, opline);
phpdbg_notice     623 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Pending breakpoint #%d at %s:%ld", new_break.id, new_break.class_name, opline);
phpdbg_notice     627 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Breakpoint #%d added at %s:%ld", new_break.id, new_break.class_name, opline);
phpdbg_notice     644 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint already exists for %s:%ld", new_break.class_name, opline);
phpdbg_notice     663 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice(
phpdbg_notice     677 sapi/phpdbg/phpdbg_bp.c 	phpdbg_notice("Breakpoint #%d added at %s", new_break.id, name);
phpdbg_notice     695 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Breakpoint #%d added at %#lx",
phpdbg_notice     743 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Conditional breakpoint #%d added %s/%p",
phpdbg_notice     766 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Conditional break %s exists", expr);
phpdbg_notice     785 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice(
phpdbg_notice    1152 sapi/phpdbg/phpdbg_bp.c 		phpdbg_notice("Deleted breakpoint #%ld", num);
phpdbg_notice    1193 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Breakpoint #%d at %s:%ld, hits: %lu",
phpdbg_notice    1201 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Breakpoint #%d in %s() at %s:%u, hits: %lu",
phpdbg_notice    1210 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Breakpoint #%d in %#lx at %s:%u, hits: %lu",
phpdbg_notice    1219 sapi/phpdbg/phpdbg_bp.c 			 phpdbg_notice("Breakpoint #%d in %s::%s()#%lu at %s:%u, hits: %lu",
phpdbg_notice    1230 sapi/phpdbg/phpdbg_bp.c 			 phpdbg_notice("Breakpoint #%d in %s()#%lu at %s:%u, hits: %lu",
phpdbg_notice    1240 sapi/phpdbg/phpdbg_bp.c 			 phpdbg_notice("Breakpoint #%d in %s:%lu at %s:%u, hits: %lu",
phpdbg_notice    1250 sapi/phpdbg/phpdbg_bp.c 			 phpdbg_notice("Breakpoint #%d in %s at %s:%u, hits: %lu",
phpdbg_notice    1259 sapi/phpdbg/phpdbg_bp.c 			 phpdbg_notice("Breakpoint #%d in %s::%s() at %s:%u, hits: %lu",
phpdbg_notice    1271 sapi/phpdbg/phpdbg_bp.c 				phpdbg_notice("Conditional breakpoint #%d: at %s if %s %s:%u, hits: %lu",
phpdbg_notice    1281 sapi/phpdbg/phpdbg_bp.c 				phpdbg_notice("Conditional breakpoint #%d: on %s == true %s:%u, hits: %lu",
phpdbg_notice    1293 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("Unknown breakpoint at %s:%u",
phpdbg_notice      55 sapi/phpdbg/phpdbg_frame.c 		phpdbg_notice("Already in frame #%d", frame);
phpdbg_notice      93 sapi/phpdbg/phpdbg_frame.c 	phpdbg_notice("Switched to frame #%d", frame);
phpdbg_notice      38 sapi/phpdbg/phpdbg_help.h 	phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION);
phpdbg_notice      40 sapi/phpdbg/phpdbg_help.h 	phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES);
phpdbg_notice      65 sapi/phpdbg/phpdbg_info.c 	phpdbg_notice("Included files: %d",
phpdbg_notice      84 sapi/phpdbg/phpdbg_info.c 		phpdbg_notice("No error found!");
phpdbg_notice     128 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     131 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     136 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     139 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     215 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     218 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     223 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     226 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice(
phpdbg_notice     251 sapi/phpdbg/phpdbg_info.c 		phpdbg_notice("Memory Manager Information");
phpdbg_notice     252 sapi/phpdbg/phpdbg_info.c 		phpdbg_notice("Current");
phpdbg_notice     257 sapi/phpdbg/phpdbg_info.c 		phpdbg_notice("Peak");
phpdbg_notice     300 sapi/phpdbg/phpdbg_info.c 	phpdbg_notice("User Classes (%d)",
phpdbg_notice     353 sapi/phpdbg/phpdbg_info.c 	phpdbg_notice("User Functions (%d)",
phpdbg_notice     156 sapi/phpdbg/phpdbg_opcode.c 			phpdbg_notice("L%-5u %16p %-30s %s %s",
phpdbg_notice     116 sapi/phpdbg/phpdbg_print.c 			phpdbg_notice("Context %s", PHPDBG_G(exec));
phpdbg_notice     134 sapi/phpdbg/phpdbg_print.c 				phpdbg_notice("Stack in %s::%s()", ops->scope->name, ops->function_name);
phpdbg_notice     136 sapi/phpdbg/phpdbg_print.c 				phpdbg_notice("Stack in %s()", ops->function_name);
phpdbg_notice     140 sapi/phpdbg/phpdbg_print.c 				phpdbg_notice("Stack in %s", ops->filename);
phpdbg_notice     142 sapi/phpdbg/phpdbg_print.c 				phpdbg_notice("Stack @ %p", ops);
phpdbg_notice     158 sapi/phpdbg/phpdbg_print.c 		phpdbg_notice("%s %s: %s",
phpdbg_notice     195 sapi/phpdbg/phpdbg_print.c 			phpdbg_notice("%s Method %s",
phpdbg_notice     240 sapi/phpdbg/phpdbg_print.c 		phpdbg_notice("%s %s %s",
phpdbg_notice     345 sapi/phpdbg/phpdbg_prompt.c 					phpdbg_notice("Unsetting old execution context: %s", PHPDBG_G(exec));
phpdbg_notice     352 sapi/phpdbg/phpdbg_prompt.c 					phpdbg_notice("Destroying compiled opcodes");
phpdbg_notice     362 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_notice("Set execution context: %s", PHPDBG_G(exec));
phpdbg_notice     368 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_notice("Execution context not changed");
phpdbg_notice     393 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_notice("Attempting compilation of %s", PHPDBG_G(exec));
phpdbg_notice     401 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_notice("Success");
phpdbg_notice     521 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_notice("Currently in frame #%d", PHPDBG_G(frame).num);
phpdbg_notice     729 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_notice("Execution Context Information");
phpdbg_notice     891 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_notice(
phpdbg_notice     923 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_notice("Cleaning Execution Environment");
phpdbg_notice     937 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_notice("Clearing Breakpoints");
phpdbg_notice     984 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_notice("Set watchpoint on %.*s", (int)param->len, param->str);
phpdbg_notice    1260 sapi/phpdbg/phpdbg_prompt.c 					phpdbg_notice(
phpdbg_notice    1304 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_notice("Program received signal SIGINT");
phpdbg_notice     118 sapi/phpdbg/phpdbg_set.c 			phpdbg_notice(
phpdbg_notice     128 sapi/phpdbg/phpdbg_set.c 			phpdbg_notice(
phpdbg_notice     134 sapi/phpdbg/phpdbg_set.c 			phpdbg_notice(
phpdbg_notice     172 sapi/phpdbg/phpdbg_set.c 		phpdbg_notice("Oplog %s", PHPDBG_G(oplog) ? "enabled" : "disabled");
phpdbg_notice     184 sapi/phpdbg/phpdbg_set.c 					phpdbg_notice("Closing previously open oplog");
phpdbg_notice     187 sapi/phpdbg/phpdbg_set.c 				phpdbg_notice("Successfully opened oplog %s", param->str);
phpdbg_notice     417 sapi/phpdbg/phpdbg_watch.c 				phpdbg_notice("Removed watchpoint %.*s", (int)param->len, param->str);
phpdbg_notice     436 sapi/phpdbg/phpdbg_watch.c 				phpdbg_notice("Set recursive watchpoint on %.*s", (int)param->len, param->str);
phpdbg_notice     455 sapi/phpdbg/phpdbg_watch.c 				phpdbg_notice("Set array watchpoint on %.*s", (int)param->len, param->str);
phpdbg_notice     476 sapi/phpdbg/phpdbg_watch.c 		phpdbg_notice("%.*s was removed, removing watchpoint%s", (int)watch->str_len, watch->str, (watch->flags & PHPDBG_WATCH_RECURSIVE)?" recursively":"");
phpdbg_notice     639 sapi/phpdbg/phpdbg_watch.c 				phpdbg_notice("Breaking on watchpoint %s", watch->str);
phpdbg_notice     663 sapi/phpdbg/phpdbg_watch.c 						phpdbg_notice("Watchpoint %s was unset, removing watchpoint", watch->str);
phpdbg_notice     707 sapi/phpdbg/phpdbg_watch.c 						phpdbg_notice("Watchpoint %s was unset, removing watchpoint", watch->str);