/php-src/sapi/phpdbg/ |
H A D | phpdbg_set.c | 72 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 D | phpdbg_print.c | 46 phpdbg_error("Not Executing!"); in PHPDBG_PRINT() 91 phpdbg_error("No execution context set"); in PHPDBG_PRINT() 116 phpdbg_error("Not Executing!"); in PHPDBG_PRINT() 146 phpdbg_error("The class %s could not be found", param->str); in PHPDBG_PRINT() 174 phpdbg_error("The class %s could not be found", param->method.class); in PHPDBG_PRINT() 197 phpdbg_error("No active class"); in PHPDBG_PRINT() 201 phpdbg_error("No function table loaded"); in PHPDBG_PRINT() 220 phpdbg_error("The function %s could not be found", func_name); in PHPDBG_PRINT() 239 phpdbg_error("The function %s could not be found", function); in phpdbg_print_opcodes_function() 266 phpdbg_error("The class %s could not be found", class); in phpdbg_print_opcodes_method() [all …]
|
H A D | phpdbg_list.c | 50 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 D | phpdbg_prompt.c | 625 phpdbg_error("Not executing"); in PHPDBG_COMMAND() 635 phpdbg_error("Not executing"); in PHPDBG_COMMAND() 665 phpdbg_error("Not executing"); in PHPDBG_COMMAND() 682 phpdbg_error("Not executing"); in PHPDBG_COMMAND() 916 phpdbg_error("Nothing to execute!"); in PHPDBG_COMMAND() 1008 phpdbg_error("Not executing!"); in PHPDBG_COMMAND() 1026 phpdbg_error("Not executing!"); in PHPDBG_COMMAND() 1242 phpdbg_error("%s", err); in phpdbg_load_module_or_extension() 1245 phpdbg_error("Unknown reason"); in phpdbg_load_module_or_extension() 1248 phpdbg_error("%s", GET_DL_ERROR()); in phpdbg_load_module_or_extension() [all …]
|
H A D | phpdbg_cmd.c | 487 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 D | phpdbg_info.c | 67 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 D | phpdbg_bp.c | 279 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 D | phpdbg_frame.c | 140 phpdbg_error("Couldn't switch frames, invalid data source"); in phpdbg_switch_frame() 145 phpdbg_error("No frame #%d", frame); in phpdbg_switch_frame() 257 phpdbg_error("Invalid backtrace size %d", limit); in phpdbg_dump_backtrace() 266 phpdbg_error("Couldn't fetch backtrace, invalid data source"); in phpdbg_dump_backtrace()
|
H A D | phpdbg_utils.c | 338 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() 552 phpdbg_error("%.*s is undefined", (int) (input[i] == ']' ? i + 1 : i), input); in phpdbg_parse_variable_with_arg() 595 phpdbg_error("%.*s is nor an array nor an object", (int) (input[i] == '>' ? i - 1 : i), input); in phpdbg_parse_variable_with_arg() 604 phpdbg_error("Malformed input"); in phpdbg_parse_variable_with_arg()
|
H A D | phpdbg_out.h | 43 #define phpdbg_error(strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].… macro
|
H A D | phpdbg_help.c | 128 phpdbg_error("Output overrun of %" PRIu32 " bytes", (uint32_t) ((q - new) - size)); in pretty_print() 251 phpdbg_error("Internal help error, non-unique alias \"%c\"", param->str[0]); in PHPDBG_COMMAND() 266 phpdbg_error("No help topic found for %s", param->str); in PHPDBG_COMMAND()
|
H A D | phpdbg_cmd.h | 178 phpdbg_error("Unsupported parameter type (%s) for command", phpdbg_get_param_type(param)); \
|
H A D | phpdbg_parser.y | 175 phpdbg_error("Parse Error: %s", msg);
|
H A D | phpdbg.c | 746 phpdbg_error("%s", message); in php_sapi_phpdbg_log_message() 750 phpdbg_error("%s", message); in php_sapi_phpdbg_log_message() 1526 phpdbg_error("Impossible to not specify a stdin delimiter without -rr"); in main() 1631 phpdbg_error("Segmentation fault encountered\ntrying to abort cleanly..."); in main()
|
H A D | phpdbg_watch.c | 1400 phpdbg_error("Nothing was deleted, no corresponding watchpoint found");
|