/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_info.c | 90 phpdbg_notice("lasterror", "error=\"\"", "No error found!"); in PHPDBG_INFO() 93 phpdbg_notice("lasterror", "error=\"\"", "No error found!"); in PHPDBG_INFO() 209 …phpdbg_notice("variableinfo", "num=\"%d\"", "Superglobal variables (%d)", zend_hash_num_elements(&… in phpdbg_print_symbols() 324 …phpdbg_notice("literalinfo", "opline=\"%p\" num=\"%d\"", "Literal Constants @ %p (%d)", ops, count… in PHPDBG_INFO() 363 phpdbg_notice("meminfo", "", "Memory Manager Information"); in PHPDBG_INFO() 364 phpdbg_notice("current", "", "Current"); in PHPDBG_INFO() 367 phpdbg_notice("peak", "", "Peak"); in PHPDBG_INFO() 398 phpdbg_notice("signalsegv", "", "Not all classes could be fetched, possibly invalid data source"); in PHPDBG_INFO() 401 phpdbg_notice("classinfo", "num=\"%d\"", "User Classes (%d)", zend_hash_num_elements(&classes)); in PHPDBG_INFO() 444 …phpdbg_notice("signalsegv", "", "Not all functions could be fetched, possibly invalid data source"… in PHPDBG_INFO() [all …]
|
H A D | phpdbg_help.h | 38 …phpdbg_notice("version", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s",… 40 phpdbg_notice("issues", "url=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES);
|
H A D | phpdbg_set.c | 156 …phpdbg_notice("setcolor", "type=\"prompt\" color=\"%s\" code=\"%s\"", "setting prompt color to %s … in PHPDBG_SET() 165 …phpdbg_notice("setcolor", "type=\"error\" color=\"%s\" code=\"%s\"", "setting error color to %s (%… in PHPDBG_SET() 170 …phpdbg_notice("setcolor", "type=\"notice\" color=\"%s\" code=\"%s\"", "setting notice color to %s … in PHPDBG_SET() 205 phpdbg_notice("setoplog", "active=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_SET() 217 phpdbg_notice("setoplog", "type=\"closingold\"", "Closing previously open oplog"); in PHPDBG_SET() 221 phpdbg_notice("setoplog", "file=\"%s\"", "Successfully opened oplog %s", param->str); in PHPDBG_SET()
|
H A D | phpdbg_print.c | 113 …phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Context %s (%d ops)", PHPDBG_G(exec), PHPDBG… in PHPDBG_PRINT() 130 …phpdbg_notice("printinfo", "method=\"%s::%s\" num=\"%d\"", "Stack in %s::%s() (%d ops)", ZSTR_VAL(… in PHPDBG_PRINT() 132 …phpdbg_notice("printinfo", "function=\"%s\" num=\"%d\"", "Stack in %s() (%d ops)", ZSTR_VAL(ops->f… in PHPDBG_PRINT() 136 …phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Stack in %s (%d ops)", ZSTR_VAL(ops->filenam… in PHPDBG_PRINT() 138 phpdbg_notice("printinfo", "opline=\"%p\" num=\"%d\"", "Stack @ %p (%d ops)", ops, ops->last); in PHPDBG_PRINT() 154 …phpdbg_notice("printinfo", "type=\"%s\" flag=\"%s\" class=\"%s\" num=\"%d\"", "%s %s: %s (%d metho… in PHPDBG_PRINT() 193 …phpdbg_notice("printinfo", "type=\"%s\" flags=\"Method\" symbol=\"%s\" num=\"%d\"", "%s Method %s … in PHPDBG_PRINT() 241 …phpdbg_notice("printinfo", "type=\"%s\" flags=\"%s\" symbol=\"%s\" num=\"%d\"", "%s %s %s (%d ops)… in PHPDBG_PRINT()
|
H A D | phpdbg_bp.c | 127 …phpdbg_notice("exportbreakpoint", "count=\"%d\"", "Exporting %d breakpoints", zend_hash_num_elemen… in phpdbg_export_breakpoints_to_string() 414 …phpdbg_notice("breakpoint", "add=\"success\" id=\"%d\" function=\"%s\"", "Breakpoint #%d added at … in phpdbg_set_breakpoint_symbol() 482 …phpdbg_notice("breakpoint", "add=\"success\" id=\"%d\" opline=\"%#lx\"", "Breakpoint #%d added at … in phpdbg_set_breakpoint_opline() 791 …phpdbg_notice("breakpoint", "id=\"%d\" opcode=\"%s\"", "Breakpoint #%d added at %s", new_break.id,… in phpdbg_set_breakpoint_opcode() 808 …phpdbg_notice("breakpoint", "id=\"%d\" opline=\"%#lx\"", "Breakpoint #%d added at %#lx", new_break… in phpdbg_set_breakpoint_opline_ex() 892 …phpdbg_notice("breakpoint", "type=\"exists\" arg=\"%s\"", "Conditional break %s exists at the spec… in phpdbg_set_breakpoint_at() 1211 phpdbg_notice("breakpoint", "deleted=\"success\" id=\"%ld\"", "Deleted breakpoint #%ld", num); in phpdbg_delete_breakpoint() 1253 …phpdbg_notice("breakpoint", "id=\"%d\" file=\"%s\" line=\"%ld\" hits=\"%lu\"", "Breakpoint #%d at … in phpdbg_print_breakpoint() 1300 …phpdbg_notice("breakpoint", "id=\"%d\" num=\"%lu\" file=\"%s\" line=\"%ld\" hits=\"%lu\"", "Breakp… in phpdbg_print_breakpoint() 1309 …phpdbg_notice("breakpoint", "id=\"%d\" opcode=\"%s\" file=\"%s\" line=\"%ld\" hits=\"%lu\"", "Brea… in phpdbg_print_breakpoint() [all …]
|
H A D | phpdbg_prompt.c | 434 phpdbg_notice("exec", "type=\"unsetops\"", "Destroying compiled opcodes"); in PHPDBG_COMMAND() 455 phpdbg_notice("exec", "type=\"unchanged\"", "Execution context not changed"); in PHPDBG_COMMAND() 564 phpdbg_notice("compile", "context=\"-\"", "Successful compilation of stdin input"); in phpdbg_compile_stdin() 753 phpdbg_notice("leave", "type=\"end\"", "Already at the end of the function"); in PHPDBG_COMMAND() 764 phpdbg_notice("frame", "id=\"%d\"", "Currently in frame #%d", PHPDBG_G(frame).num); in PHPDBG_COMMAND() 1381 phpdbg_notice("dl", "extensiontype=\"Zend extension\"", "Zend extensions"); in PHPDBG_COMMAND() 1384 phpdbg_notice("dl", "extensiontype=\"module\"", "Modules"); in PHPDBG_COMMAND() 1450 phpdbg_notice("register", "function=\"%s\"", "Registered %s", lcname); in PHPDBG_COMMAND() 1837 phpdbg_notice("signal", "type=\"SIGINT\"", "Program received signal SIGINT"); in phpdbg_execute_ex() 1881 phpdbg_notice("hardinterrupt", "", "Current opline: executing internal code"); in phpdbg_force_interruption() [all …]
|
H A D | phpdbg_frame.c | 49 phpdbg_notice("frame", "id=\"%d\"", "Already in frame #%d", frame); in phpdbg_switch_frame() 85 phpdbg_notice("frame", "id=\"%d\"", "Switched to frame #%d", frame); in phpdbg_switch_frame()
|
H A D | phpdbg_wait.c | 234 …phpdbg_notice("wait", "missingmodule=\"%.*s\"", "The module %.*s isn't present in " PHPDBG_NAME ",… in phpdbg_webdata_decompress() 292 …phpdbg_notice("wait", "missingextension=\"%.*s\"", "The Zend extension %.*s isn't present in " PHP… in phpdbg_webdata_decompress() 403 …phpdbg_notice("wait", "import=\"success\"", "Successfully imported request data, stopped before ex… in PHPDBG_COMMAND()
|
H A D | phpdbg_watch.c | 701 …phpdbg_notice("watchdelete", "variable=\"%.*s\"", "Removed watchpoint %.*s", (int) param->len, par… in PHPDBG_WATCH() 720 …phpdbg_notice("watchrecursive", "variable=\"%.*s\"", "Set recursive watchpoint on %.*s", (int)para… in PHPDBG_WATCH() 739 …phpdbg_notice("watcharray", "variable=\"%.*s\"", "Set array watchpoint on %.*s", (int)param->len, … in PHPDBG_WATCH() 763 …phpdbg_notice("watchdelete", "variable=\"%.*s\" recursive=\"%s\"", "%.*s was removed, removing wat… in phpdbg_watch_HashTable_dtor() 996 …phpdbg_notice("watchhit", "variable=\"%s\"", "Breaking on watchpoint %.*s", (int) ZSTR_LEN(watch->… 1020 …phpdbg_notice("watchdelete", "variable=\"%.*s\"", "Watchpoint %.*s was unset, removing watchpoint"… 1154 …phpdbg_notice("watchdelete", "variable=\"%.*s\" recursive=\"%s\"", "Array %.*s was removed, removi…
|
H A D | phpdbg_out.h | 44 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… macro
|
H A D | phpdbg_opcode.c | 185 phpdbg_notice("opline", "line=\"%u\" opline=\"%p\" op=\"%s\" file=\"%s\"", "L%-5u %16p %s %s", in phpdbg_print_opline_ex()
|
H A D | phpdbg.c | 1104 …phpdbg_notice("intro", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s", P… in phpdbg_welcome() 1106 phpdbg_notice("intro", "report=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES); in phpdbg_welcome() 1110 phpdbg_notice(NULL, NULL, "Clean Execution Environment"); in phpdbg_welcome() 1900 …phpdbg_notice("stdin", "delimiter=\"%s\"", "Reading input from stdin; put '%s' followed by a newli… in main() 2132 phpdbg_notice("stop", "type=\"normal\"", "Script ended normally"); in main()
|