/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_set.c | 73 …phpdbg_error("setpagination", "type=\"wrongargs\"", "set pagination used incorrectly: set paginati… in PHPDBG_SET() 89 phpdbg_error("setlines", "type=\"wrongargs\"", "set lines used incorrectly: set lines <number>"); in PHPDBG_SET() 110 …phpdbg_error("setbreak", "type=\"nobreak\" id=\"%ld\"", "Failed to find breakpoint #%ld", param->n… in PHPDBG_SET() 116 …phpdbg_error("setbreak", "type=\"wrongargs\"", "set break used incorrectly: set break [id] <on|off… in PHPDBG_SET() 136 …phpdbg_error("setbreaks", "type=\"wrongargs\"", "set breaks used incorrectly: set breaks <on|off>"… in PHPDBG_SET() 148 …phpdbg_error("setcolor", "type=\"nocolor\"", "Failed to find the requested color (%s)", param->nex… in PHPDBG_SET() 173 …phpdbg_error("setcolor", "type=\"invalidtype\"", "Failed to find the requested element (%s)", para… in PHPDBG_SET() 193 …phpdbg_error("setcolors", "type=\"wrongargs\"", "set colors used incorrectly: set colors <on|off>"… in PHPDBG_SET() 211 …phpdbg_error("setoplog", "type=\"openfailure\" file=\"%s\"", "Failed to open %s for oplog", param-… in PHPDBG_SET() 259 phpdbg_error("setstepping", "type=\"wrongargs\"", "usage set stepping [<opcode|line>]"); in PHPDBG_SET()
|
H A D | phpdbg_list.c | 50 phpdbg_error("inactive", "type=\"execution\"", "Not executing, and execution context not set"); in PHPDBG_LIST() 98 …phpdbg_error("list", "type=\"notfound\" method=\"%s::%s\"", "Could not find %s::%s", param->method… in PHPDBG_LIST() 103 …phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "Could not find the class %s", param->metho… in PHPDBG_LIST() 118 …phpdbg_error("list", "type=\"nosource\" class=\"%s\"", "The source of the requested class (%s) can… in PHPDBG_LIST() 121 …phpdbg_error("list", "type=\"internalclass\" class=\"%s\"", "The class requested (%s) is not user … in PHPDBG_LIST() 124 …phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "The requested class (%s) could not be foun… in PHPDBG_LIST() 136 phpdbg_error("list", "type=\"unknownfile\"", "Could not find information about included file..."); in phpdbg_list_file() 206 phpdbg_error("inactive", "type=\"noclasses\"", "No active class"); in phpdbg_list_function_byname() 210 phpdbg_error("inactive", "type=\"function_table\"", "No function table loaded"); in phpdbg_list_function_byname() 223 phpdbg_error("list", "type=\"nofunction\" function=\"%s\"", "Function %s not found", func_name); in phpdbg_list_function_byname() [all …]
|
H A D | phpdbg_prompt.c | 629 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND() 639 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND() 670 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND() 687 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND() 1024 phpdbg_error("inactive", "type=\"noexec\"", "Not executing!"); in PHPDBG_COMMAND() 1042 phpdbg_error("inactive", "type=\"noexec\"", "Not executing!"); in PHPDBG_COMMAND() 1061 phpdbg_error("invalidarg", "", "Invalid object handle"); in PHPDBG_COMMAND() 1261 phpdbg_error("dl", "type=\"unknown\"", "%s", err); in phpdbg_load_module_or_extension() 1264 phpdbg_error("dl", "type=\"unknown\"", "Unknown reason"); in phpdbg_load_module_or_extension() 1267 phpdbg_error("dl", "type=\"unknown\"", "%s", GET_DL_ERROR()); in phpdbg_load_module_or_extension() [all …]
|
H A D | phpdbg_print.c | 45 phpdbg_error("inactive", "type=\"execution\"", "Not Executing!"); in PHPDBG_PRINT() 116 phpdbg_error("inactive", "type=\"nocontext\"", "No execution context set"); in PHPDBG_PRINT() 141 phpdbg_error("inactive", "type=\"execution\"", "Not Executing!"); in PHPDBG_PRINT() 175 …phpdbg_error("print", "type=\"noclass\" class=\"%s\"", "The class %s could not be found", param->s… in PHPDBG_PRINT() 198 …phpdbg_error("print", "type=\"nomethod\" method=\"%s::%s\"", "The method %s::%s could not be found… in PHPDBG_PRINT() 203 …phpdbg_error("print", "type=\"noclass\" class=\"%s\"", "The class %s could not be found", param->m… in PHPDBG_PRINT() 226 phpdbg_error("inactive", "type=\"noclasses\"", "No active class"); in PHPDBG_PRINT() 230 phpdbg_error("inactive", "type=\"function_table\"", "No function table loaded"); in PHPDBG_PRINT() 249 …phpdbg_error("print", "type=\"nofunction\" function=\"%s\"", "The function %s could not be found",… in PHPDBG_PRINT() 252 …phpdbg_error("signalsegv", "function=\"%.*s\"", "Couldn't fetch function %.*s, invalid data source… in PHPDBG_PRINT()
|
H A D | phpdbg_cmd.c | 482 …phpdbg_error("command", "type=\"toomanyargs\" command=\"%s\" expected=\"0\"", "The command \"%s\" … in phpdbg_stack_verify() 502 …phpdbg_error("command", "type=\"noarg\" command=\"%s\" expected=\"%s\" num=\"%lu\"", "The command … in phpdbg_stack_verify() 509 …phpdbg_error("command", "type=\"wrongarg\" command=\"%s\" expected=\"%s\" got=\"%s\" num=\"%lu\"",… in phpdbg_stack_verify() 611 …phpdbg_error("command", "type=\"notfound\" command=\"%s\" subcommand=\"%s\"", "The command \"%s %s… in phpdbg_stack_resolve() 613 …phpdbg_error("command", "type=\"notfound\" command=\"%s\"", "The command \"%s\" could not be found… in phpdbg_stack_resolve() 674 … phpdbg_error("signalsegv", "command=\"run\"", "run command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute() 682 phpdbg_error("signalsegv", "command=\"sh\"", "sh command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute() 694 …phpdbg_error("signalsegv", "command=\"%s\"", "%s command is disallowed during hard interrupt", han… in phpdbg_internal_stack_execute() 707 phpdbg_error("command", "type=\"invalidcommand\"", "The first parameter makes no sense !"); in phpdbg_internal_stack_execute() 719 phpdbg_error("command", "type=\"nostack\"", "The passed argument was not a stack !"); in phpdbg_stack_execute() [all …]
|
H A D | phpdbg_info.c | 67 phpdbg_error("signalsegv", "", "Could not fetch included file count, invalid data source"); in PHPDBG_INFO() 76 …phpdbg_error("signalsegv", "", "Could not fetch file name, invalid data source, aborting included … in PHPDBG_INFO() 111 phpdbg_error("signalsegv", "", "Cannot fetch all the constants, invalid data source"); in PHPDBG_INFO() 181 phpdbg_error("inactive", "type=\"op_array\"", "No active op array!"); in phpdbg_print_symbols() 190 phpdbg_error("inactive", "type=\"symbol_table\"", "No active symbol table!"); in phpdbg_print_symbols() 203 …phpdbg_error("signalsegv", "", "Cannot fetch all data from the symbol table, invalid data source"); in phpdbg_print_symbols() 335 phpdbg_error("inactive", "type=\"execution\"", "Not executing!"); in PHPDBG_INFO() 369 phpdbg_error("inactive", "type=\"memory_manager\"", "Memory Manager Disabled!"); in PHPDBG_INFO()
|
H A D | phpdbg_bp.c | 280 …phpdbg_error("breakpoint", "type=\"nofile\" add=\"fail\" file=\"%s\"", "Cannot stat %s, it does no… in phpdbg_set_breakpoint_file() 338 …phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" file=\"%s\" line=\"%ld\"", "Breakpoint at… in phpdbg_set_breakpoint_file() 430 …phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" function=\"%s\"", "Breakpoint exists at %… in phpdbg_set_breakpoint_symbol() 497 …phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" opline=\"%#lx\"", "Breakpoint exists at %… in phpdbg_set_breakpoint_opline() 791 phpdbg_error("breakpoint", "type=\"exists\" opcode=\"%s\"", "Breakpoint exists for %s", name); in phpdbg_set_breakpoint_opcode() 823 …phpdbg_error("breakpoint", "type=\"exists\" opline=\"%#lx\"", "Breakpoint exists for opline %#lx",… in phpdbg_set_breakpoint_opline_ex() 844 …phpdbg_error("eval", "type=\"invalidparameter\"", "Invalid parameter type for conditional breakpoi… in phpdbg_create_conditional_break() 893 phpdbg_error("compile", "expression=\"%s\"", "Failed to compile code for expression %s", expr); in phpdbg_create_conditional_break() 910 …phpdbg_error("breakpoint", "type=\"exists\" expression=\"%s\"", "Conditional break %s exists", exp… in phpdbg_set_breakpoint_expression() 1249 …phpdbg_error("breakpoint", "type=\"nobreakpoint\" deleted=\"fail\" id=\"%ld\"", "Failed to find br… in phpdbg_delete_breakpoint() [all …]
|
H A D | phpdbg_frame.c | 140 phpdbg_error("signalsegv", "", "Couldn't switch frames, invalid data source"); in phpdbg_switch_frame() 145 phpdbg_error("frame", "type=\"maxnum\" id=\"%d\"", "No frame #%d", frame); in phpdbg_switch_frame() 273 phpdbg_error("backtrace", "type=\"minnum\"", "Invalid backtrace size %d", limit); in phpdbg_dump_backtrace() 282 phpdbg_error("signalsegv", "", "Couldn't fetch backtrace, invalid data source"); in phpdbg_dump_backtrace()
|
H A D | phpdbg_wait.c | 128 …phpdbg_error("wait", "type=\"invaliddata\" import=\"fail\"", "Malformed serialized was sent to thi… in phpdbg_webdata_decompress() 346 …phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to open a socket to UNIX domain … in PHPDBG_COMMAND() 352 …phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Socket at %s defined by phpdbg.path ini… in PHPDBG_COMMAND() 357 …phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to connect to UNIX domain socket… in PHPDBG_COMMAND() 371 …phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to create a connection to UNIX d… in PHPDBG_COMMAND()
|
H A D | phpdbg_utils.c | 322 phpdbg_error("inactive", "type=\"op_array\"", "No active op array!"); in phpdbg_rebuild_symtable() 327 phpdbg_error("inactive", "type=\"symbol_table\"", "No active symbol table!"); in phpdbg_rebuild_symtable() 403 …phpdbg_error("signalsegv", "class=\"%.*s\"", "Could not fetch class %.*s, invalid data source", na… in phpdbg_safe_class_lookup() 532 …phpdbg_error("variable", "type=\"undefined\" variable=\"%.*s\"", "%.*s is undefined", (int) input[… in phpdbg_parse_variable_with_arg() 575 …phpdbg_error("variable", "type=\"notiterable\" variable=\"%.*s\"", "%.*s is nor an array nor an ob… in phpdbg_parse_variable_with_arg() 584 phpdbg_error("variable", "type=\"invalidinput\"", "Malformed input"); in phpdbg_parse_variable_with_arg()
|
H A D | phpdbg_cmd.h | 178 …phpdbg_error("command", "type=\"wrongarg\" got=\"%s\"", "Unsupported parameter type (%s) for comma…
|
H A D | phpdbg_out.h | 48 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… macro
|
H A D | phpdbg_parser.y | 174 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg);
|
H A D | phpdbg_help.c | 135 phpdbg_error("help", "overrun=\"%lu\"", "Output overrun of %lu bytes", ((q - new) - size)); in pretty_print() 258 …phpdbg_error("help", "type=\"ambiguousalias\" alias=\"%s\"", "Internal help error, non-unique alia… in PHPDBG_COMMAND()
|
H A D | phpdbg.c | 792 phpdbg_error("eval", "msg=\"%s\"", "%s", message); in php_sapi_phpdbg_log_message() 796 phpdbg_error("php", "msg=\"%s\"", "%s", message); in php_sapi_phpdbg_log_message() 1808 phpdbg_error("oplog", "path=\"%s\"", "Failed to open oplog %s", oplog_file); in main() 1857 phpdbg_error("error", "", "Impossible to not specify a stdin delimiter without -rr"); in main() 1999 …phpdbg_error("segfault", "", "Access violation (Segmentation fault) encountered\ntrying to abort c… in main()
|
H A D | phpdbg_watch.c | 1334 …phpdbg_error("watchdelete", "type=\"nowatch\"", "Nothing was deleted, no corresponding watchpoint …
|