Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_set.c72 phpdbg_error("set pagination used incorrectly: set pagination <on|off>"); in PHPDBG_SET()
88 phpdbg_error("set lines used incorrectly: set lines <number>"); in PHPDBG_SET()
109 phpdbg_error("Failed to find breakpoint #"ZEND_LONG_FMT, param->num); in PHPDBG_SET()
115 phpdbg_error("set break used incorrectly: set break [id] <on|off>"); in PHPDBG_SET()
135 phpdbg_error("set breaks used incorrectly: set breaks <on|off>"); in PHPDBG_SET()
147 phpdbg_error("Failed to find the requested color (%s)", param->next->str); in PHPDBG_SET()
172 phpdbg_error("Failed to find the requested element (%s)", param->str); in PHPDBG_SET()
192 phpdbg_error("set colors used incorrectly: set colors <on|off>"); in PHPDBG_SET()
229 phpdbg_error("usage set stepping [<opcode|line>]"); in PHPDBG_SET()
H A Dphpdbg_print.c46 phpdbg_error("Not Executing!"); in PHPDBG_PRINT()
93 phpdbg_error("No execution context set"); in PHPDBG_PRINT()
118 phpdbg_error("Not Executing!"); in PHPDBG_PRINT()
148 phpdbg_error("The class %s could not be found", param->str); in PHPDBG_PRINT()
176 phpdbg_error("The class %s could not be found", param->method.class); in PHPDBG_PRINT()
199 phpdbg_error("No active class"); in PHPDBG_PRINT()
203 phpdbg_error("No function table loaded"); in PHPDBG_PRINT()
222 phpdbg_error("The function %s could not be found", func_name); in PHPDBG_PRINT()
241 phpdbg_error("The function %s could not be found", function); in phpdbg_print_opcodes_function()
268 phpdbg_error("The class %s could not be found", class); in phpdbg_print_opcodes_method()
[all …]
H A Dphpdbg_list.c50 phpdbg_error("Not executing, and execution context not set"); in PHPDBG_LIST()
98 phpdbg_error("Could not find %s::%s", param->method.class, param->method.name); in PHPDBG_LIST()
103 phpdbg_error("Could not find the class %s", param->method.class); in PHPDBG_LIST()
118 phpdbg_error("The source of the requested class (%s) cannot be found", ZSTR_VAL(ce->name)); in PHPDBG_LIST()
121 phpdbg_error("The class requested (%s) is not user defined", ZSTR_VAL(ce->name)); in PHPDBG_LIST()
124 phpdbg_error("The requested class (%s) could not be found", param->str); in PHPDBG_LIST()
136 phpdbg_error("Could not find information about included file..."); in phpdbg_list_file()
202 phpdbg_error("No active class"); in phpdbg_list_function_byname()
206 phpdbg_error("No function table loaded"); in phpdbg_list_function_byname()
219 phpdbg_error("Function %s not found", func_name); in phpdbg_list_function_byname()
[all …]
H A Dphpdbg_prompt.c626 phpdbg_error("Not executing"); in PHPDBG_COMMAND()
636 phpdbg_error("Not executing"); in PHPDBG_COMMAND()
667 phpdbg_error("Not executing"); in PHPDBG_COMMAND()
684 phpdbg_error("Not executing"); in PHPDBG_COMMAND()
918 phpdbg_error("Nothing to execute!"); in PHPDBG_COMMAND()
1010 phpdbg_error("Not executing!"); in PHPDBG_COMMAND()
1028 phpdbg_error("Not executing!"); in PHPDBG_COMMAND()
1244 phpdbg_error("%s", err); in phpdbg_load_module_or_extension()
1247 phpdbg_error("Unknown reason"); in phpdbg_load_module_or_extension()
1250 phpdbg_error("%s", GET_DL_ERROR()); in phpdbg_load_module_or_extension()
[all …]
H A Dphpdbg_cmd.c487 phpdbg_error("The command \"%s\" expected no arguments", in phpdbg_stack_verify()
507 phpdbg_error("The command \"%s\" expected %s and got nothing at parameter "ZEND_ULONG_FMT, \ in phpdbg_stack_verify()
514 phpdbg_error("The command \"%s\" expected %s and got %s at parameter "ZEND_ULONG_FMT, \ in phpdbg_stack_verify()
616 phpdbg_error("The command \"%s %s\" could not be found", parent->name, name->str); in phpdbg_stack_resolve()
618 phpdbg_error("The command \"%s\" could not be found", name->str); in phpdbg_stack_resolve()
679 phpdbg_error("run command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
687 phpdbg_error("sh command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
699 phpdbg_error("%s command is disallowed during hard interrupt", handler->name); in phpdbg_internal_stack_execute()
712 phpdbg_error("The first parameter makes no sense !"); in phpdbg_internal_stack_execute()
724 phpdbg_error("The passed argument was not a stack !"); in phpdbg_stack_execute()
[all …]
H A Dphpdbg_info.c67 phpdbg_error("Could not fetch included file count, invalid data source"); in PHPDBG_INFO()
76 phpdbg_error("Could not fetch file name, invalid data source, aborting included file listing"); in PHPDBG_INFO()
114 phpdbg_error("Cannot fetch all the constants, invalid data source"); in PHPDBG_INFO()
183 phpdbg_error("No active op array!"); in phpdbg_print_symbols()
192 phpdbg_error("No active symbol table!"); in phpdbg_print_symbols()
205 phpdbg_error("Cannot fetch all data from the symbol table, invalid data source"); in phpdbg_print_symbols()
335 phpdbg_error("Not executing!"); in PHPDBG_INFO()
369 phpdbg_error("Memory Manager Disabled!"); in PHPDBG_INFO()
H A Dphpdbg_bp.c279 phpdbg_error("Cannot stat %s, it does not exist", original_path); in phpdbg_set_breakpoint_file()
337 phpdbg_error("Breakpoint at %s:"ZEND_ULONG_FMT" exists", path, line_num); in phpdbg_set_breakpoint_file()
429 phpdbg_error("Breakpoint exists at %s", name); in phpdbg_set_breakpoint_symbol()
472 phpdbg_error("Breakpoint exists at %s::%s", class_name, func_name); in phpdbg_set_breakpoint_method()
496 phpdbg_error("Breakpoint exists at #"ZEND_ULONG_FMT, opline); in phpdbg_set_breakpoint_opline()
790 phpdbg_error("Breakpoint exists for %s", name); in phpdbg_set_breakpoint_opcode()
844 phpdbg_error("Invalid parameter type for conditional breakpoint"); in phpdbg_create_conditional_break()
894 phpdbg_error("Failed to compile code for expression %s", expr); in phpdbg_create_conditional_break()
911 phpdbg_error("Conditional break %s exists", expr); in phpdbg_set_breakpoint_expression()
1250 phpdbg_error("Failed to find breakpoint #"ZEND_ULONG_FMT, num); in phpdbg_delete_breakpoint()
[all …]
H A Dphpdbg_frame.c140 phpdbg_error("Couldn't switch frames, invalid data source"); in phpdbg_switch_frame()
145 phpdbg_error("No frame #%d", frame); in phpdbg_switch_frame()
259 phpdbg_error("Invalid backtrace size %d", limit); in phpdbg_dump_backtrace()
268 phpdbg_error("Couldn't fetch backtrace, invalid data source"); in phpdbg_dump_backtrace()
H A Dphpdbg_utils.c338 phpdbg_error("No active op array!"); in phpdbg_rebuild_symtable()
343 phpdbg_error("No active symbol table!"); in phpdbg_rebuild_symtable()
419 phpdbg_error("Could not fetch class %.*s, invalid data source", name_length, name); in phpdbg_safe_class_lookup()
551 phpdbg_error("%.*s is undefined", (int) (input[i] == ']' ? i + 1 : i), input); in phpdbg_parse_variable_with_arg()
594 phpdbg_error("%.*s is nor an array nor an object", (int) (input[i] == '>' ? i - 1 : i), input); in phpdbg_parse_variable_with_arg()
603 phpdbg_error("Malformed input"); in phpdbg_parse_variable_with_arg()
H A Dphpdbg_out.h39 #define phpdbg_error(strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].… macro
H A Dphpdbg_help.c130 phpdbg_error("Output overrun of %" PRIu32 " bytes", (uint32_t) ((q - new) - size)); in pretty_print()
253 phpdbg_error("Internal help error, non-unique alias \"%c\"", param->str[0]); in PHPDBG_COMMAND()
268 phpdbg_error("No help topic found for %s", param->str); in PHPDBG_COMMAND()
H A Dphpdbg_cmd.h178 phpdbg_error("Unsupported parameter type (%s) for command", phpdbg_get_param_type(param)); \
H A Dphpdbg_parser.y175 phpdbg_error("Parse Error: %s", msg);
H A Dphpdbg.c745 phpdbg_error("%s", message); in php_sapi_phpdbg_log_message()
749 phpdbg_error("%s", message); in php_sapi_phpdbg_log_message()
1529 phpdbg_error("Impossible to not specify a stdin delimiter without -rr"); in main()
1634 phpdbg_error("Access violation (Segmentation fault) encountered\ntrying to abort cleanly..."); in main()
H A Dphpdbg_watch.c1403 phpdbg_error("Nothing was deleted, no corresponding watchpoint found");

Completed in 57 milliseconds