Home
last modified time | relevance | path

Searched refs:phpdbg_notice (Results 1 – 11 of 11) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_info.c84 phpdbg_notice("No error found!"); in PHPDBG_INFO()
128 phpdbg_notice( in PHPDBG_INFO()
131 phpdbg_notice( in PHPDBG_INFO()
136 phpdbg_notice( in PHPDBG_INFO()
139 phpdbg_notice( in PHPDBG_INFO()
215 phpdbg_notice( in PHPDBG_INFO()
218 phpdbg_notice( in PHPDBG_INFO()
223 phpdbg_notice( in PHPDBG_INFO()
226 phpdbg_notice( in PHPDBG_INFO()
252 phpdbg_notice("Current"); in PHPDBG_INFO()
[all …]
H A Dphpdbg_print.c116 phpdbg_notice("Context %s", PHPDBG_G(exec)); in PHPDBG_PRINT()
134 phpdbg_notice("Stack in %s::%s()", ops->scope->name, ops->function_name); in PHPDBG_PRINT()
136 phpdbg_notice("Stack in %s()", ops->function_name); in PHPDBG_PRINT()
140 phpdbg_notice("Stack in %s", ops->filename); in PHPDBG_PRINT()
142 phpdbg_notice("Stack @ %p", ops); in PHPDBG_PRINT()
158 phpdbg_notice("%s %s: %s", in PHPDBG_PRINT()
195 phpdbg_notice("%s Method %s", in PHPDBG_PRINT()
240 phpdbg_notice("%s %s %s", in PHPDBG_PRINT()
H A Dphpdbg_help.h38 phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION);
40 phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES);
H A Dphpdbg_set.c118 phpdbg_notice( in PHPDBG_SET()
128 phpdbg_notice( in PHPDBG_SET()
134 phpdbg_notice( in PHPDBG_SET()
172 phpdbg_notice("Oplog %s", PHPDBG_G(oplog) ? "enabled" : "disabled"); in PHPDBG_SET()
184 phpdbg_notice("Closing previously open oplog"); in PHPDBG_SET()
187 phpdbg_notice("Successfully opened oplog %s", param->str); in PHPDBG_SET()
H A Dphpdbg_bp.c120 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()
353 phpdbg_notice("Breakpoint #%d added at %#lx", in phpdbg_set_breakpoint_opline()
663 phpdbg_notice( in phpdbg_set_breakpoint_opcode()
695 phpdbg_notice("Breakpoint #%d added at %#lx", in phpdbg_set_breakpoint_opline_ex()
785 phpdbg_notice( in phpdbg_set_breakpoint_at()
1152 phpdbg_notice("Deleted breakpoint #%ld", num);
[all …]
H A Dphpdbg_prompt.c352 phpdbg_notice("Destroying compiled opcodes"); in PHPDBG_COMMAND()
362 phpdbg_notice("Set execution context: %s", PHPDBG_G(exec)); in PHPDBG_COMMAND()
368 phpdbg_notice("Execution context not changed"); in PHPDBG_COMMAND()
393 phpdbg_notice("Attempting compilation of %s", PHPDBG_G(exec)); in phpdbg_compile()
401 phpdbg_notice("Success"); in phpdbg_compile()
729 phpdbg_notice("Execution Context Information"); in PHPDBG_COMMAND()
891 phpdbg_notice( in PHPDBG_COMMAND()
923 phpdbg_notice("Cleaning Execution Environment"); in PHPDBG_COMMAND()
937 phpdbg_notice("Clearing Breakpoints"); in PHPDBG_COMMAND()
1260 phpdbg_notice(
[all …]
H A Dphpdbg_frame.c55 phpdbg_notice("Already in frame #%d", frame); in phpdbg_switch_frame()
93 phpdbg_notice("Switched to frame #%d", frame); in phpdbg_switch_frame()
H A Dphpdbg_watch.c417 phpdbg_notice("Removed watchpoint %.*s", (int)param->len, param->str); in PHPDBG_WATCH()
436 phpdbg_notice("Set recursive watchpoint on %.*s", (int)param->len, param->str); in PHPDBG_WATCH()
455 phpdbg_notice("Set array watchpoint on %.*s", (int)param->len, param->str); in PHPDBG_WATCH()
476phpdbg_notice("%.*s was removed, removing watchpoint%s", (int)watch->str_len, watch->str, (watch->… in phpdbg_watch_HashTable_dtor()
639 phpdbg_notice("Breaking on watchpoint %s", watch->str);
663 phpdbg_notice("Watchpoint %s was unset, removing watchpoint", watch->str);
707 phpdbg_notice("Watchpoint %s was unset, removing watchpoint", watch->str);
H A Dphpdbg_utils.h56 #define phpdbg_notice(fmt, ...) phpdbg_print(P_NOTICE TSRMLS_CC, PHPDBG_G(io)[PHPDBG_S… macro
H A Dphpdbg_opcode.c156 phpdbg_notice("L%-5u %16p %-30s %s %s", in phpdbg_print_opline_ex()
H A Dphpdbg.c732 phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s",
735 phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES);
737 phpdbg_notice("Clean Execution Environment");

Completed in 52 milliseconds