Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_set.c75phpdbg_error("setpagination", "type=\"wrongargs\"", "set pagination used incorrectly: set paginati… in PHPDBG_SET()
91 phpdbg_error("setlines", "type=\"wrongargs\"", "set lines used incorrectly: set lines <number>"); in PHPDBG_SET()
112phpdbg_error("setbreak", "type=\"nobreak\" id=\"%ld\"", "Failed to find breakpoint #%ld", param->n… in PHPDBG_SET()
118phpdbg_error("setbreak", "type=\"wrongargs\"", "set break used incorrectly: set break [id] <on|off… in PHPDBG_SET()
138phpdbg_error("setbreaks", "type=\"wrongargs\"", "set breaks used incorrectly: set breaks <on|off>"… in PHPDBG_SET()
150phpdbg_error("setcolor", "type=\"nocolor\"", "Failed to find the requested color (%s)", param->nex… in PHPDBG_SET()
175phpdbg_error("setcolor", "type=\"invalidtype\"", "Failed to find the requested element (%s)", para… in PHPDBG_SET()
195phpdbg_error("setcolors", "type=\"wrongargs\"", "set colors used incorrectly: set colors <on|off>"… in PHPDBG_SET()
213phpdbg_error("setoplog", "type=\"openfailure\" file=\"%s\"", "Failed to open %s for oplog", param-… in PHPDBG_SET()
261 phpdbg_error("setstepping", "type=\"wrongargs\"", "usage set stepping [<opcode|line>]"); in PHPDBG_SET()
H A Dphpdbg_list.c52 phpdbg_error("inactive", "type=\"execution\"", "Not executing, and execution context not set"); in PHPDBG_LIST()
100phpdbg_error("list", "type=\"notfound\" method=\"%s::%s\"", "Could not find %s::%s", param->method… in PHPDBG_LIST()
105phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "Could not find the class %s", param->metho… in PHPDBG_LIST()
120phpdbg_error("list", "type=\"nosource\" class=\"%s\"", "The source of the requested class (%s) can… in PHPDBG_LIST()
123phpdbg_error("list", "type=\"internalclass\" class=\"%s\"", "The class requested (%s) is not user … in PHPDBG_LIST()
126phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "The requested class (%s) could not be foun… in PHPDBG_LIST()
138 phpdbg_error("list", "type=\"unknownfile\"", "Could not find information about included file..."); in phpdbg_list_file()
208 phpdbg_error("inactive", "type=\"noclasses\"", "No active class"); in phpdbg_list_function_byname()
212 phpdbg_error("inactive", "type=\"function_table\"", "No function table loaded"); in phpdbg_list_function_byname()
225 phpdbg_error("list", "type=\"nofunction\" function=\"%s\"", "Function %s not found", func_name); in phpdbg_list_function_byname()
[all …]
H A Dphpdbg_prompt.c684 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND()
694 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND()
725 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND()
742 phpdbg_error("inactive", "type=\"noexec\"", "Not executing"); in PHPDBG_COMMAND()
1079 phpdbg_error("inactive", "type=\"noexec\"", "Not executing!"); in PHPDBG_COMMAND()
1097 phpdbg_error("inactive", "type=\"noexec\"", "Not executing!"); in PHPDBG_COMMAND()
1116 phpdbg_error("invalidarg", "", "Invalid object handle"); in PHPDBG_COMMAND()
1317 phpdbg_error("dl", "type=\"unknown\"", "%s", err); in phpdbg_load_module_or_extension()
1320 phpdbg_error("dl", "type=\"unknown\"", "Unknown reason"); in phpdbg_load_module_or_extension()
1323 phpdbg_error("dl", "type=\"unknown\"", "%s", GET_DL_ERROR()); in phpdbg_load_module_or_extension()
[all …]
H A Dphpdbg_print.c47 phpdbg_error("inactive", "type=\"execution\"", "Not Executing!"); in PHPDBG_PRINT()
118 phpdbg_error("inactive", "type=\"nocontext\"", "No execution context set"); in PHPDBG_PRINT()
143 phpdbg_error("inactive", "type=\"execution\"", "Not Executing!"); in PHPDBG_PRINT()
177phpdbg_error("print", "type=\"noclass\" class=\"%s\"", "The class %s could not be found", param->s… in PHPDBG_PRINT()
200phpdbg_error("print", "type=\"nomethod\" method=\"%s::%s\"", "The method %s::%s could not be found… in PHPDBG_PRINT()
205phpdbg_error("print", "type=\"noclass\" class=\"%s\"", "The class %s could not be found", param->m… in PHPDBG_PRINT()
228 phpdbg_error("inactive", "type=\"noclasses\"", "No active class"); in PHPDBG_PRINT()
232 phpdbg_error("inactive", "type=\"function_table\"", "No function table loaded"); in PHPDBG_PRINT()
251phpdbg_error("print", "type=\"nofunction\" function=\"%s\"", "The function %s could not be found",… in PHPDBG_PRINT()
254phpdbg_error("signalsegv", "function=\"%.*s\"", "Couldn't fetch function %.*s, invalid data source… in PHPDBG_PRINT()
H A Dphpdbg_cmd.c484phpdbg_error("command", "type=\"toomanyargs\" command=\"%s\" expected=\"0\"", "The command \"%s\" … in phpdbg_stack_verify()
504phpdbg_error("command", "type=\"noarg\" command=\"%s\" expected=\"%s\" num=\"%lu\"", "The command … in phpdbg_stack_verify()
511phpdbg_error("command", "type=\"wrongarg\" command=\"%s\" expected=\"%s\" got=\"%s\" num=\"%lu\"",… in phpdbg_stack_verify()
613phpdbg_error("command", "type=\"notfound\" command=\"%s\" subcommand=\"%s\"", "The command \"%s %s… in phpdbg_stack_resolve()
615phpdbg_error("command", "type=\"notfound\" command=\"%s\"", "The command \"%s\" could not be found… in phpdbg_stack_resolve()
676phpdbg_error("signalsegv", "command=\"run\"", "run command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
684 phpdbg_error("signalsegv", "command=\"sh\"", "sh command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
696phpdbg_error("signalsegv", "command=\"%s\"", "%s command is disallowed during hard interrupt", han… in phpdbg_internal_stack_execute()
709 phpdbg_error("command", "type=\"invalidcommand\"", "The first parameter makes no sense !"); in phpdbg_internal_stack_execute()
721 phpdbg_error("command", "type=\"nostack\"", "The passed argument was not a stack !"); in phpdbg_stack_execute()
[all …]
H A Dphpdbg_info.c69 phpdbg_error("signalsegv", "", "Could not fetch included file count, invalid data source"); in PHPDBG_INFO()
78phpdbg_error("signalsegv", "", "Could not fetch file name, invalid data source, aborting included … in PHPDBG_INFO()
113 phpdbg_error("signalsegv", "", "Cannot fetch all the constants, invalid data source"); in PHPDBG_INFO()
183 phpdbg_error("inactive", "type=\"op_array\"", "No active op array!"); in phpdbg_print_symbols()
192 phpdbg_error("inactive", "type=\"symbol_table\"", "No active symbol table!"); in phpdbg_print_symbols()
205phpdbg_error("signalsegv", "", "Cannot fetch all data from the symbol table, invalid data source"); in phpdbg_print_symbols()
337 phpdbg_error("inactive", "type=\"execution\"", "Not executing!"); in PHPDBG_INFO()
371 phpdbg_error("inactive", "type=\"memory_manager\"", "Memory Manager Disabled!"); in PHPDBG_INFO()
H A Dphpdbg_bp.c282phpdbg_error("breakpoint", "type=\"nofile\" add=\"fail\" file=\"%s\"", "Cannot stat %s, it does no… in phpdbg_set_breakpoint_file()
340phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" file=\"%s\" line=\"%ld\"", "Breakpoint at… in phpdbg_set_breakpoint_file()
432phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" function=\"%s\"", "Breakpoint exists at %… in phpdbg_set_breakpoint_symbol()
499phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" opline=\"%#lx\"", "Breakpoint exists at %… in phpdbg_set_breakpoint_opline()
793 phpdbg_error("breakpoint", "type=\"exists\" opcode=\"%s\"", "Breakpoint exists for %s", name); in phpdbg_set_breakpoint_opcode()
825phpdbg_error("breakpoint", "type=\"exists\" opline=\"%#lx\"", "Breakpoint exists for opline %#lx",… in phpdbg_set_breakpoint_opline_ex()
846phpdbg_error("eval", "type=\"invalidparameter\"", "Invalid parameter type for conditional breakpoi… in phpdbg_create_conditional_break()
901 phpdbg_error("compile", "expression=\"%s\"", "Failed to compile code for expression %s", expr); in phpdbg_create_conditional_break()
918phpdbg_error("breakpoint", "type=\"exists\" expression=\"%s\"", "Conditional break %s exists", exp… in phpdbg_set_breakpoint_expression()
1257phpdbg_error("breakpoint", "type=\"nobreakpoint\" deleted=\"fail\" id=\"%ld\"", "Failed to find br… in phpdbg_delete_breakpoint()
[all …]
H A Dphpdbg_frame.c142 phpdbg_error("signalsegv", "", "Couldn't switch frames, invalid data source"); in phpdbg_switch_frame()
147 phpdbg_error("frame", "type=\"maxnum\" id=\"%d\"", "No frame #%d", frame); in phpdbg_switch_frame()
274 phpdbg_error("backtrace", "type=\"minnum\"", "Invalid backtrace size %d", limit); in phpdbg_dump_backtrace()
283 phpdbg_error("signalsegv", "", "Couldn't fetch backtrace, invalid data source"); in phpdbg_dump_backtrace()
H A Dphpdbg_wait.c134phpdbg_error("wait", "type=\"invaliddata\" import=\"fail\"", "Malformed serialized was sent to thi… in phpdbg_webdata_decompress()
350phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to open a socket to UNIX domain … in PHPDBG_COMMAND()
356phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Socket at %s defined by phpdbg.path ini… in PHPDBG_COMMAND()
361phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to connect to UNIX domain socket… in PHPDBG_COMMAND()
375phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to create a connection to UNIX d… in PHPDBG_COMMAND()
H A Dphpdbg_utils.c324 phpdbg_error("inactive", "type=\"op_array\"", "No active op array!"); in phpdbg_rebuild_symtable()
329 phpdbg_error("inactive", "type=\"symbol_table\"", "No active symbol table!"); in phpdbg_rebuild_symtable()
402phpdbg_error("signalsegv", "class=\"%.*s\"", "Could not fetch class %.*s, invalid data source", na… in phpdbg_safe_class_lookup()
535phpdbg_error("variable", "type=\"undefined\" variable=\"%.*s\"", "%.*s is undefined", (int) input[… in phpdbg_parse_variable_with_arg()
578phpdbg_error("variable", "type=\"notiterable\" variable=\"%.*s\"", "%.*s is nor an array nor an ob… in phpdbg_parse_variable_with_arg()
587 phpdbg_error("variable", "type=\"invalidinput\"", "Malformed input"); in phpdbg_parse_variable_with_arg()
H A Dphpdbg_cmd.h184phpdbg_error("command", "type=\"wrongarg\" got=\"%s\"", "Unsupported parameter type (%s) for comma…
H A Dphpdbg_out.h43 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… macro
H A Dphpdbg_parser.y179 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg);
H A Dphpdbg_help.c137 phpdbg_error("help", "overrun=\"%lu\"", "Output overrun of %lu bytes", ((q - new) - size)); in pretty_print()
260phpdbg_error("help", "type=\"ambiguousalias\" alias=\"%s\"", "Internal help error, non-unique alia… in PHPDBG_COMMAND()
H A Dphpdbg.c860 phpdbg_error("eval", "msg=\"%s\"", "%s", message); in php_sapi_phpdbg_log_message()
864 phpdbg_error("php", "msg=\"%s\"", "%s", message); in php_sapi_phpdbg_log_message()
1868 phpdbg_error("oplog", "path=\"%s\"", "Failed to open oplog %s", oplog_file); in main()
1912 phpdbg_error("error", "", "Impossible to not specify a stdin delimiter without -rr"); in main()
2054phpdbg_error("segfault", "", "Access violation (Segmentation fault) encountered\ntrying to abort c… in main()
H A Dphpdbg_parser.c65 #define yyerror phpdbg_error
1929 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg); in yyerror()
H A Dphpdbg_watch.c1331phpdbg_error("watchdelete", "type=\"nowatch\"", "Nothing was deleted, no corresponding watchpoint …

Completed in 56 milliseconds