Home
last modified time | relevance | path

Searched refs:phpdbg_error (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_set.c73phpdbg_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()
110phpdbg_error("setbreak", "type=\"nobreak\" id=\"%ld\"", "Failed to find breakpoint #%ld", param->n… in PHPDBG_SET()
116phpdbg_error("setbreak", "type=\"wrongargs\"", "set break used incorrectly: set break [id] <on|off… in PHPDBG_SET()
136phpdbg_error("setbreaks", "type=\"wrongargs\"", "set breaks used incorrectly: set breaks <on|off>"… in PHPDBG_SET()
148phpdbg_error("setcolor", "type=\"nocolor\"", "Failed to find the requested color (%s)", param->nex… in PHPDBG_SET()
173phpdbg_error("setcolor", "type=\"invalidtype\"", "Failed to find the requested element (%s)", para… in PHPDBG_SET()
193phpdbg_error("setcolors", "type=\"wrongargs\"", "set colors used incorrectly: set colors <on|off>"… in PHPDBG_SET()
211phpdbg_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 Dphpdbg_list.c50 phpdbg_error("inactive", "type=\"execution\"", "Not executing, and execution context not set"); in PHPDBG_LIST()
98phpdbg_error("list", "type=\"notfound\" method=\"%s::%s\"", "Could not find %s::%s", param->method… in PHPDBG_LIST()
103phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "Could not find the class %s", param->metho… in PHPDBG_LIST()
118phpdbg_error("list", "type=\"nosource\" class=\"%s\"", "The source of the requested class (%s) can… in PHPDBG_LIST()
121phpdbg_error("list", "type=\"internalclass\" class=\"%s\"", "The class requested (%s) is not user … in PHPDBG_LIST()
124phpdbg_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 Dphpdbg_prompt.c629 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 Dphpdbg_print.c45 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()
175phpdbg_error("print", "type=\"noclass\" class=\"%s\"", "The class %s could not be found", param->s… in PHPDBG_PRINT()
198phpdbg_error("print", "type=\"nomethod\" method=\"%s::%s\"", "The method %s::%s could not be found… in PHPDBG_PRINT()
203phpdbg_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()
249phpdbg_error("print", "type=\"nofunction\" function=\"%s\"", "The function %s could not be found",… in PHPDBG_PRINT()
252phpdbg_error("signalsegv", "function=\"%.*s\"", "Couldn't fetch function %.*s, invalid data source… in PHPDBG_PRINT()
H A Dphpdbg_cmd.c482phpdbg_error("command", "type=\"toomanyargs\" command=\"%s\" expected=\"0\"", "The command \"%s\" … in phpdbg_stack_verify()
502phpdbg_error("command", "type=\"noarg\" command=\"%s\" expected=\"%s\" num=\"%lu\"", "The command … in phpdbg_stack_verify()
509phpdbg_error("command", "type=\"wrongarg\" command=\"%s\" expected=\"%s\" got=\"%s\" num=\"%lu\"",… in phpdbg_stack_verify()
611phpdbg_error("command", "type=\"notfound\" command=\"%s\" subcommand=\"%s\"", "The command \"%s %s… in phpdbg_stack_resolve()
613phpdbg_error("command", "type=\"notfound\" command=\"%s\"", "The command \"%s\" could not be found… in phpdbg_stack_resolve()
674phpdbg_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()
694phpdbg_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 Dphpdbg_info.c67 phpdbg_error("signalsegv", "", "Could not fetch included file count, invalid data source"); in PHPDBG_INFO()
76phpdbg_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()
203phpdbg_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 Dphpdbg_bp.c280phpdbg_error("breakpoint", "type=\"nofile\" add=\"fail\" file=\"%s\"", "Cannot stat %s, it does no… in phpdbg_set_breakpoint_file()
338phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" file=\"%s\" line=\"%ld\"", "Breakpoint at… in phpdbg_set_breakpoint_file()
430phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" function=\"%s\"", "Breakpoint exists at %… in phpdbg_set_breakpoint_symbol()
497phpdbg_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()
823phpdbg_error("breakpoint", "type=\"exists\" opline=\"%#lx\"", "Breakpoint exists for opline %#lx",… in phpdbg_set_breakpoint_opline_ex()
844phpdbg_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()
910phpdbg_error("breakpoint", "type=\"exists\" expression=\"%s\"", "Conditional break %s exists", exp… in phpdbg_set_breakpoint_expression()
1249phpdbg_error("breakpoint", "type=\"nobreakpoint\" deleted=\"fail\" id=\"%ld\"", "Failed to find br… in phpdbg_delete_breakpoint()
[all …]
H A Dphpdbg_frame.c140 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 Dphpdbg_wait.c128phpdbg_error("wait", "type=\"invaliddata\" import=\"fail\"", "Malformed serialized was sent to thi… in phpdbg_webdata_decompress()
346phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to open a socket to UNIX domain … in PHPDBG_COMMAND()
352phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Socket at %s defined by phpdbg.path ini… in PHPDBG_COMMAND()
357phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to connect to UNIX domain socket… in PHPDBG_COMMAND()
371phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to create a connection to UNIX d… in PHPDBG_COMMAND()
H A Dphpdbg_utils.c322 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()
403phpdbg_error("signalsegv", "class=\"%.*s\"", "Could not fetch class %.*s, invalid data source", na… in phpdbg_safe_class_lookup()
532phpdbg_error("variable", "type=\"undefined\" variable=\"%.*s\"", "%.*s is undefined", (int) input[… in phpdbg_parse_variable_with_arg()
575phpdbg_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 Dphpdbg_cmd.h178phpdbg_error("command", "type=\"wrongarg\" got=\"%s\"", "Unsupported parameter type (%s) for comma…
H A Dphpdbg_out.h48 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… macro
H A Dphpdbg_parser.y174 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg);
H A Dphpdbg_help.c135 phpdbg_error("help", "overrun=\"%lu\"", "Output overrun of %lu bytes", ((q - new) - size)); in pretty_print()
258phpdbg_error("help", "type=\"ambiguousalias\" alias=\"%s\"", "Internal help error, non-unique alia… in PHPDBG_COMMAND()
H A Dphpdbg.c792 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()
1999phpdbg_error("segfault", "", "Access violation (Segmentation fault) encountered\ntrying to abort c… in main()
H A Dphpdbg_watch.c1334phpdbg_error("watchdelete", "type=\"nowatch\"", "Nothing was deleted, no corresponding watchpoint …

Completed in 66 milliseconds