Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c88 phpdbg_notice("lasterror", "error=\"\"", "No error found!"); in PHPDBG_INFO()
91 phpdbg_notice("lasterror", "error=\"\"", "No error found!"); in PHPDBG_INFO()
207phpdbg_notice("variableinfo", "num=\"%d\"", "Superglobal variables (%d)", zend_hash_num_elements(&… in phpdbg_print_symbols()
322phpdbg_notice("literalinfo", "opline=\"%p\" num=\"%d\"", "Literal Constants @ %p (%d)", ops, count… in PHPDBG_INFO()
361 phpdbg_notice("meminfo", "", "Memory Manager Information"); in PHPDBG_INFO()
362 phpdbg_notice("current", "", "Current"); in PHPDBG_INFO()
365 phpdbg_notice("peak", "", "Peak"); in PHPDBG_INFO()
396 phpdbg_notice("signalsegv", "", "Not all classes could be fetched, possibly invalid data source"); in PHPDBG_INFO()
399 phpdbg_notice("classinfo", "num=\"%d\"", "User Classes (%d)", zend_hash_num_elements(&classes)); in PHPDBG_INFO()
442phpdbg_notice("signalsegv", "", "Not all functions could be fetched, possibly invalid data source"… in PHPDBG_INFO()
[all …]
H A Dphpdbg_help.h36phpdbg_notice("version", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s",…
38 phpdbg_notice("issues", "url=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES);
H A Dphpdbg_set.c154phpdbg_notice("setcolor", "type=\"prompt\" color=\"%s\" code=\"%s\"", "setting prompt color to %s … in PHPDBG_SET()
163phpdbg_notice("setcolor", "type=\"error\" color=\"%s\" code=\"%s\"", "setting error color to %s (%… in PHPDBG_SET()
168phpdbg_notice("setcolor", "type=\"notice\" color=\"%s\" code=\"%s\"", "setting notice color to %s … in PHPDBG_SET()
203 phpdbg_notice("setoplog", "active=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_SET()
215 phpdbg_notice("setoplog", "type=\"closingold\"", "Closing previously open oplog"); in PHPDBG_SET()
219 phpdbg_notice("setoplog", "file=\"%s\"", "Successfully opened oplog %s", param->str); in PHPDBG_SET()
H A Dphpdbg_print.c111phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Context %s (%d ops)", PHPDBG_G(exec), PHPDBG… in PHPDBG_PRINT()
128phpdbg_notice("printinfo", "method=\"%s::%s\" num=\"%d\"", "Stack in %s::%s() (%d ops)", ZSTR_VAL(… in PHPDBG_PRINT()
130phpdbg_notice("printinfo", "function=\"%s\" num=\"%d\"", "Stack in %s() (%d ops)", ZSTR_VAL(ops->f… in PHPDBG_PRINT()
134phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Stack in %s (%d ops)", ZSTR_VAL(ops->filenam… in PHPDBG_PRINT()
136 phpdbg_notice("printinfo", "opline=\"%p\" num=\"%d\"", "Stack @ %p (%d ops)", ops, ops->last); in PHPDBG_PRINT()
152phpdbg_notice("printinfo", "type=\"%s\" flag=\"%s\" class=\"%s\" num=\"%d\"", "%s %s: %s (%d metho… in PHPDBG_PRINT()
191phpdbg_notice("printinfo", "type=\"%s\" flags=\"Method\" symbol=\"%s\" num=\"%d\"", "%s Method %s … in PHPDBG_PRINT()
241phpdbg_notice("printinfo", "type=\"%s\" flags=\"%s\" symbol=\"%s\" num=\"%d\"", "%s %s %s (%d ops)… in PHPDBG_PRINT()
H A Dphpdbg_bp.c126phpdbg_notice("exportbreakpoint", "count=\"%d\"", "Exporting %d breakpoints", zend_hash_num_elemen… in phpdbg_export_breakpoints_to_string()
426phpdbg_notice("breakpoint", "add=\"success\" id=\"%d\" function=\"%s\"", "Breakpoint #%d added at … in phpdbg_set_breakpoint_symbol()
494phpdbg_notice("breakpoint", "add=\"success\" id=\"%d\" opline=\"%#lx\"", "Breakpoint #%d added at … in phpdbg_set_breakpoint_opline()
803phpdbg_notice("breakpoint", "id=\"%d\" opcode=\"%s\"", "Breakpoint #%d added at %s", new_break.id,… in phpdbg_set_breakpoint_opcode()
820phpdbg_notice("breakpoint", "id=\"%d\" opline=\"%#lx\"", "Breakpoint #%d added at %#lx", new_break… in phpdbg_set_breakpoint_opline_ex()
927phpdbg_notice("breakpoint", "type=\"exists\" arg=\"%s\"", "Conditional break %s exists at the spec… in phpdbg_set_breakpoint_at()
1246 phpdbg_notice("breakpoint", "deleted=\"success\" id=\"%ld\"", "Deleted breakpoint #%ld", num); in phpdbg_delete_breakpoint()
1288phpdbg_notice("breakpoint", "id=\"%d\" file=\"%s\" line=\"%ld\" hits=\"%lu\"", "Breakpoint #%d at … in phpdbg_print_breakpoint()
1335phpdbg_notice("breakpoint", "id=\"%d\" num=\"%lu\" file=\"%s\" line=\"%ld\" hits=\"%lu\"", "Breakp… in phpdbg_print_breakpoint()
1344phpdbg_notice("breakpoint", "id=\"%d\" opcode=\"%s\" file=\"%s\" line=\"%ld\" hits=\"%lu\"", "Brea… in phpdbg_print_breakpoint()
[all …]
H A Dphpdbg_prompt.c428 phpdbg_notice("exec", "type=\"unsetops\"", "Destroying compiled opcodes"); in PHPDBG_COMMAND()
449 phpdbg_notice("exec", "type=\"unchanged\"", "Execution context not changed"); in PHPDBG_COMMAND()
694 phpdbg_notice("leave", "type=\"end\"", "Already at the end of the function"); in PHPDBG_COMMAND()
705 phpdbg_notice("frame", "id=\"%d\"", "Currently in frame #%d", PHPDBG_G(frame).num); in PHPDBG_COMMAND()
935 phpdbg_notice("eval", "variable=\"%.*s\"", "Printing variable %.*s", (int) len, name); in phpdbg_output_ev_variable()
1379 phpdbg_notice("dl", "extensiontype=\"Zend extension\"", "Zend extensions"); in PHPDBG_COMMAND()
1382 phpdbg_notice("dl", "extensiontype=\"module\"", "Modules"); in PHPDBG_COMMAND()
1448 phpdbg_notice("register", "function=\"%s\"", "Registered %s", lcname); in PHPDBG_COMMAND()
1841 phpdbg_notice("signal", "type=\"SIGINT\"", "Program received signal SIGINT"); in phpdbg_execute_ex()
1885 phpdbg_notice("hardinterrupt", "", "Current opline: executing internal code"); in phpdbg_force_interruption()
[all …]
H A Dphpdbg_frame.c125 phpdbg_notice("frame", "id=\"%d\"", "Already in frame #%d", frame); in phpdbg_switch_frame()
161phpdbg_notice("frame", "id=\"%d\" frameinfo=\"%.*s\"", "Switched to frame #%d: %.*s", frame, (int)… in phpdbg_switch_frame()
164 phpdbg_notice("frame", "id=\"%d\"", "Switched to frame #%d", frame); in phpdbg_switch_frame()
341phpdbg_notice("frame", "handle=\"%d\" frameinfo=\"%.*s\"", "Switched to generator with handle #%d:… in phpdbg_open_generator_frame()
H A Dphpdbg_wait.c228phpdbg_notice("wait", "missingmodule=\"%.*s\"", "The module %.*s isn't present in " PHPDBG_NAME ",… in phpdbg_webdata_decompress()
288phpdbg_notice("wait", "missingextension=\"%.*s\"", "The Zend extension %.*s isn't present in " PHP… in phpdbg_webdata_decompress()
403phpdbg_notice("wait", "import=\"success\"", "Successfully imported request data, stopped before ex… in PHPDBG_COMMAND()
H A Dphpdbg_out.h49 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… macro
H A Dphpdbg_opcode.c157 phpdbg_notice("opline", "line=\"%u\" opline=\"%p\" op=\"%s\" file=\"%s\"", "L%-5u %16p %s %s", in phpdbg_print_opline_ex()
H A Dphpdbg_watch.c155phpdbg_notice("watchhit", "variable=\"%s\"", "Breaking on watchpoint %.*s", (int) ZSTR_LEN(name), … in phpdbg_print_watch_diff()
715phpdbg_notice("watchdelete", "variable=\"%.*s\" recursive=\"%s\"", "%.*s has been removed, removin…
984phpdbg_notice("watchadd", "element=\"%.*s\"", "Element %.*s has been added to watchpoint", (int) Z…
1257phpdbg_notice("watchadd", "index=\"%d\" variable=\"%.*s\"", "Added%s watchpoint #%u for %.*s", (el…
1332 phpdbg_notice("watchdelete", "variable=\"%.*s\"", "Removed watchpoint %d", (int) param->num);
H A Dphpdbg.c226 phpdbg_notice("stop", "type=\"normal\"", "Script ended normally"); in PHP_MSHUTDOWN_FUNCTION()
1064phpdbg_notice("intro", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s", P… in phpdbg_welcome()
1066 phpdbg_notice("intro", "report=\"%s\"", "Please report bugs to <%s>", PHPDBG_ISSUES); in phpdbg_welcome()
1070 phpdbg_notice(NULL, NULL, "Clean Execution Environment"); in phpdbg_welcome()
1863phpdbg_notice("stdin", "delimiter=\"%s\"", "Reading input from stdin; put '%s' followed by a newli… in main()

Completed in 42 milliseconds