phpdbg_error      805 sapi/phpdbg/phpdbg.c 			phpdbg_error("eval", "msg=\"%s\"", "%s", message);
phpdbg_error      809 sapi/phpdbg/phpdbg.c 		phpdbg_error("php", "msg=\"%s\"", "%s", message);
phpdbg_error     1762 sapi/phpdbg/phpdbg.c 				phpdbg_error("oplog", "path=\"%s\"", "Failed to open oplog %s", oplog_file);
phpdbg_error     1917 sapi/phpdbg/phpdbg.c 		phpdbg_error("segfault", "", "Access violation (Segmentation fault) encountered\ntrying to abort cleanly...");
phpdbg_error      255 sapi/phpdbg/phpdbg_bp.c 				phpdbg_error("breakpoint", "type=\"nofile\" add=\"fail\" file=\"%s\"", "Cannot stat %s, it does not exist", original_path);
phpdbg_error      264 sapi/phpdbg/phpdbg_bp.c 			phpdbg_error("breakpoint", "type=\"notregular\" add=\"fail\" file=\"%s\"", "Cannot set breakpoint in %s, it is not a regular file", path);
phpdbg_error      313 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" file=\"%s\" line=\"%ld\"", "Breakpoint at %s:%ld exists", path, line_num);
phpdbg_error      405 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" function=\"%s\"", "Breakpoint exists at %s", name);
phpdbg_error      448 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" method=\"%s::%s\"", "Breakpoint exists at %s::%s", class_name, func_name);
phpdbg_error      472 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" add=\"fail\" opline=\"%#lx\"", "Breakpoint exists at %#lx", opline);
phpdbg_error      481 sapi/phpdbg/phpdbg_bp.c 			phpdbg_error("breakpoint", "type=\"maxoplines\" add=\"fail\" maxoplinenum=\"%d\" function=\"%s\" usedoplinenum=\"%ld\"", "There are only %d oplines in function %s (breaking at opline %ld impossible)", op_array->last, brake->func_name, brake->opline_num);
phpdbg_error      483 sapi/phpdbg/phpdbg_bp.c 			phpdbg_error("breakpoint", "type=\"maxoplines\" add=\"fail\" maxoplinenum=\"%d\" file=\"%s\" usedoplinenum=\"%ld\"", "There are only %d oplines in file %s (breaking at opline %ld impossible)", op_array->last, brake->class_name, brake->opline_num);
phpdbg_error      485 sapi/phpdbg/phpdbg_bp.c 			phpdbg_error("breakpoint", "type=\"maxoplines\" add=\"fail\" maxoplinenum=\"%d\" method=\"%s::%s\" usedoplinenum=\"%ld\"", "There are only %d oplines in method %s::%s (breaking at opline %ld impossible)", op_array->last, brake->class_name, brake->func_name, brake->opline_num);
phpdbg_error      591 sapi/phpdbg/phpdbg_bp.c 			phpdbg_error("breakpoint", "type=\"nomethod\" method=\"%s::%s\"", "Method %s doesn't exist in class %s", new_break->func_name, new_break->class_name);
phpdbg_error      599 sapi/phpdbg/phpdbg_bp.c 			phpdbg_error("breakpoint", "type=\"internalfunction\" function=\"%s\"", "%s is not a user defined function, no oplines exist", new_break->func_name);
phpdbg_error      601 sapi/phpdbg/phpdbg_bp.c 			phpdbg_error("breakpoint", "type=\"internalfunction\" method=\"%s::%s\"", "%s::%s is not a user defined method, no oplines exist", new_break->class_name, new_break->func_name);
phpdbg_error      653 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" method=\"%s\" num=\"%ld\"", "Breakpoint already exists for %s::%s#%ld", new_break.class_name, new_break.func_name, opline);
phpdbg_error      700 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" function=\"%s\" num=\"%ld\"", "Breakpoint already exists for %s#%ld", new_break.func_name, opline);
phpdbg_error      746 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" file=\"%s\" num=\"%d\"", "Breakpoint already exists for %s:%ld", new_break.class_name, opline);
phpdbg_error      766 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" opcode=\"%s\"", "Breakpoint exists for %s", name);
phpdbg_error      798 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" opline=\"%#lx\"", "Breakpoint exists for opline %#lx", (zend_ulong) opline);
phpdbg_error      845 sapi/phpdbg/phpdbg_bp.c 		 phpdbg_error("compile", "expression=\"%s\"", "Failed to compile code for expression %s", expr);
phpdbg_error      862 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"exists\" expression=\"%s\"", "Conditional break %s exists", expr);
phpdbg_error     1209 sapi/phpdbg/phpdbg_bp.c 		phpdbg_error("breakpoint", "type=\"nobreakpoint\" deleted=\"fail\" id=\"%ld\"", "Failed to find breakpoint #%ld", num);
phpdbg_error     1603 sapi/phpdbg/phpdbg_bp.c 							phpdbg_error("eval", "type=\"invalidparameter\"", "Invalid parameter type for conditional breakpoint");
phpdbg_error      484 sapi/phpdbg/phpdbg_cmd.c 			phpdbg_error("command", "type=\"toomanyargs\" command=\"%s\" expected=\"0\"", "The command \"%s\" expected no arguments",
phpdbg_error      504 sapi/phpdbg/phpdbg_cmd.c 		phpdbg_error("command", "type=\"noarg\" command=\"%s\" expected=\"%s\" num=\"%lu\"", "The command \"%s\" expected %s and got nothing at parameter %lu", \
phpdbg_error      511 sapi/phpdbg/phpdbg_cmd.c 	phpdbg_error("command", "type=\"wrongarg\" command=\"%s\" expected=\"%s\" got=\"%s\" num=\"%lu\"", "The command \"%s\" expected %s and got %s at parameter %lu", \
phpdbg_error      559 sapi/phpdbg/phpdbg_cmd.c 			phpdbg_error("command", "type=\"toofewargs\" command=\"%s\" expected=\"%d\" argtypes=\"%s\" got=\"%d\"", "The command \"%s\" expected at least %lu arguments (%s) and received %lu",
phpdbg_error      613 sapi/phpdbg/phpdbg_cmd.c 				phpdbg_error("command", "type=\"notfound\" command=\"%s\" subcommand=\"%s\"", "The command \"%s %s\" could not be found", parent->name, name->str);
phpdbg_error      615 sapi/phpdbg/phpdbg_cmd.c 				phpdbg_error("command", "type=\"notfound\" command=\"%s\"", "The command \"%s\" could not be found", name->str);
phpdbg_error      648 sapi/phpdbg/phpdbg_cmd.c 			phpdbg_error("command", "type=\"ambiguous\" command=\"%s\" matches=\"%lu\" matched=\"%s\"", "The command \"%s\" is ambigious, matching %lu commands (%s)", name->str, matches, list);
phpdbg_error      676 sapi/phpdbg/phpdbg_cmd.c 				phpdbg_error("signalsegv", "command=\"run\"", "run command is disallowed during hard interrupt");
phpdbg_error      684 sapi/phpdbg/phpdbg_cmd.c 				phpdbg_error("signalsegv", "command=\"sh\"", "sh command is disallowed during hard interrupt");
phpdbg_error      696 sapi/phpdbg/phpdbg_cmd.c 					phpdbg_error("signalsegv", "command=\"%s\"", "%s command is disallowed during hard interrupt", handler->name);
phpdbg_error      709 sapi/phpdbg/phpdbg_cmd.c 			phpdbg_error("command", "type=\"invalidcommand\"", "The first parameter makes no sense !");
phpdbg_error      721 sapi/phpdbg/phpdbg_cmd.c 		phpdbg_error("command", "type=\"nostack\"", "The passed argument was not a stack !");
phpdbg_error      726 sapi/phpdbg/phpdbg_cmd.c 		phpdbg_error("command", "type=\"emptystack\"", "The stack contains nothing !");
phpdbg_error      182 sapi/phpdbg/phpdbg_cmd.h 		phpdbg_error("command", "type=\"wrongarg\" got=\"%s\"", "Unsupported parameter type (%s) for command", phpdbg_get_param_type(param)); \
phpdbg_error       64 sapi/phpdbg/phpdbg_frame.c 		phpdbg_error("signalsegv", "", "Couldn't switch frames, invalid data source");
phpdbg_error       69 sapi/phpdbg/phpdbg_frame.c 		phpdbg_error("frame", "type=\"maxnum\" id=\"%d\"", "No frame #%d", frame);
phpdbg_error      197 sapi/phpdbg/phpdbg_frame.c 		phpdbg_error("backtrace", "type=\"minnum\"", "Invalid backtrace size %d", limit);
phpdbg_error      206 sapi/phpdbg/phpdbg_frame.c 		phpdbg_error("signalsegv", "", "Couldn't fetch backtrace, invalid data source");
phpdbg_error      137 sapi/phpdbg/phpdbg_help.c 		phpdbg_error("help", "overrun=\"%lu\"", "Output overrun of %lu bytes", ((q - new) - size));
phpdbg_error      240 sapi/phpdbg/phpdbg_help.c 				phpdbg_error("help", "type=\"ambiguousalias\" alias=\"%s\"", "Internal help error, non-unique alias \"%c\"", param->str[0]);
phpdbg_error       69 sapi/phpdbg/phpdbg_info.c 		phpdbg_error("signalsegv", "", "Could not fetch included file count, invalid data source");
phpdbg_error       78 sapi/phpdbg/phpdbg_info.c 		phpdbg_error("signalsegv", "", "Could not fetch file name, invalid data source, aborting included file listing");
phpdbg_error      113 sapi/phpdbg/phpdbg_info.c 			phpdbg_error("signalsegv", "", "Cannot fetch all the constants, invalid data source");
phpdbg_error      183 sapi/phpdbg/phpdbg_info.c 		phpdbg_error("inactive", "type=\"op_array\"", "No active op array!");
phpdbg_error      192 sapi/phpdbg/phpdbg_info.c 		phpdbg_error("inactive", "type=\"symbol_table\"", "No active symbol table!");
phpdbg_error      205 sapi/phpdbg/phpdbg_info.c 		phpdbg_error("signalsegv", "", "Cannot fetch all data from the symbol table, invalid data source");
phpdbg_error      337 sapi/phpdbg/phpdbg_info.c 		phpdbg_error("inactive", "type=\"execution\"", "Not executing!");
phpdbg_error      371 sapi/phpdbg/phpdbg_info.c 		phpdbg_error("inactive", "type=\"memory_manager\"", "Memory Manager Disabled!");
phpdbg_error       52 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("inactive", "type=\"execution\"", "Not executing, and execution context not set");
phpdbg_error       94 sapi/phpdbg/phpdbg_list.c 			phpdbg_error("list", "type=\"notfound\" method=\"%s::%s\"", "Could not find %s::%s", param->method.class, param->method.name);
phpdbg_error       99 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "Could not find the class %s", param->method.class);
phpdbg_error      114 sapi/phpdbg/phpdbg_list.c 				phpdbg_error("list", "type=\"nosource\" class=\"%s\"", "The source of the requested class (%s) cannot be found", ZSTR_VAL(ce->name));
phpdbg_error      117 sapi/phpdbg/phpdbg_list.c 			phpdbg_error("list", "type=\"internalclass\" class=\"%s\"", "The class requested (%s) is not user defined", ZSTR_VAL(ce->name));
phpdbg_error      120 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "The requested class (%s) could not be found", param->str);
phpdbg_error      140 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("list", "type=\"unknownfile\"", "Could not find information about included file...");
phpdbg_error      185 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("list", "type=\"internalfunction\" function=\"%s\"", "The function requested (%s) is not user defined", ZSTR_VAL(fbc->common.function_name));
phpdbg_error      209 sapi/phpdbg/phpdbg_list.c 			phpdbg_error("inactive", "type=\"noclasses\"", "No active class");
phpdbg_error      213 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("inactive", "type=\"function_table\"", "No function table loaded");
phpdbg_error      226 sapi/phpdbg/phpdbg_list.c 			phpdbg_error("list", "type=\"nofunction\" function=\"%s\"", "Function %s not found", func_name);
phpdbg_error      229 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("signalsegv", "function=\"%s\"", "Could not list function %s, invalid data source", func_name);
phpdbg_error      179 sapi/phpdbg/phpdbg_parser.y 	phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg);
phpdbg_error       47 sapi/phpdbg/phpdbg_print.c 		phpdbg_error("inactive", "type=\"execution\"", "Not Executing!");
phpdbg_error      118 sapi/phpdbg/phpdbg_print.c 		phpdbg_error("inactive", "type=\"nocontext\"", "No execution context set");
phpdbg_error      143 sapi/phpdbg/phpdbg_print.c 		phpdbg_error("inactive", "type=\"execution\"", "Not Executing!");
phpdbg_error      177 sapi/phpdbg/phpdbg_print.c 		phpdbg_error("print", "type=\"noclass\" class=\"%s\"", "The class %s could not be found", param->str);
phpdbg_error      200 sapi/phpdbg/phpdbg_print.c 			phpdbg_error("print", "type=\"nomethod\" method=\"%s::%s\"", "The method %s::%s could not be found", param->method.class, param->method.name);
phpdbg_error      205 sapi/phpdbg/phpdbg_print.c 		phpdbg_error("print", "type=\"noclass\" class=\"%s\"", "The class %s could not be found", param->method.class);
phpdbg_error      226 sapi/phpdbg/phpdbg_print.c 			phpdbg_error("inactive", "type=\"noclasses\"", "No active class");
phpdbg_error      230 sapi/phpdbg/phpdbg_print.c 		phpdbg_error("inactive", "type=\"function_table\"", "No function table loaded");
phpdbg_error      249 sapi/phpdbg/phpdbg_print.c 			phpdbg_error("print", "type=\"nofunction\" function=\"%s\"", "The function %s could not be found", func_name);
phpdbg_error      252 sapi/phpdbg/phpdbg_print.c 		phpdbg_error("signalsegv", "function=\"%.*s\"", "Couldn't fetch function %.*s, invalid data source", (int) func_name_len, func_name);
phpdbg_error      338 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("initfailure", "type=\"openfile\" file=\"%s\"", "Failed to open %s for initialization", init_file);
phpdbg_error      450 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("exec", "type=\"invalid\" context=\"%s\"", "Cannot use %s as execution context, not a valid file or symlink", param->str);
phpdbg_error      453 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("exec", "type=\"notfound\" context=\"%s\"", "Cannot stat %s, ensure the file exists", param->str);
phpdbg_error      465 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("inactive", "type=\"nocontext\"", "No execution context");
phpdbg_error      501 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("compile", "type=\"openfailure\" context=\"%s\"", "Could not open file %s", PHPDBG_G(exec));
phpdbg_error      548 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("inactive", "type=\"noexec\"", "Not executing");
phpdbg_error      558 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("inactive", "type=\"noexec\"", "Not executing");
phpdbg_error      589 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("inactive", "type=\"noexec\"", "Not executing");
phpdbg_error      606 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("inactive", "type=\"noexec\"", "Not executing");
phpdbg_error      655 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_error("exception", "name=\"%s\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", "Uncaught %s in %s on line " ZEND_LONG_FMT, ZSTR_VAL(ex->ce->name), ZSTR_VAL(file), line);
phpdbg_error      686 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_error("compile", "type=\"compilefailure\" context=\"%s\"", "Failed to compile %s, cannot run", PHPDBG_G(exec));
phpdbg_error      774 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("inactive", "type=\"nocontext\"", "Nothing to execute!");
phpdbg_error      814 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("signalsegv", "", "Could not fetch data, invalid data source");
phpdbg_error      874 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("inactive", "type=\"noexec\"", "Not executing!");
phpdbg_error      897 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("print", "type=\"invalidarg\"", "Invalid arguments to print, expected nothing, function name or method name");
phpdbg_error      944 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_error("set", "type=\"toofewargs\" expected=\"1\"", "No set command selected!");
phpdbg_error      963 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_error("inactive", "type=\"noexec\"", "Execution context not set!");
phpdbg_error     1004 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("sh", "type=\"failure\" smd=\"%s\"", "Failed to execute %s", param->str);
phpdbg_error     1041 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("dl", "type=\"relpath\"", "Not a full path given or extension_dir ini setting is not set");
phpdbg_error     1052 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"unknown\"", "%s", err);
phpdbg_error     1055 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"unknown\"", "Unknown reason");
phpdbg_error     1058 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("dl", "type=\"unknown\"", "%s", GET_DL_ERROR());
phpdbg_error     1080 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"wrongapi\" extension=\"%s\" apineeded=\"%d\" apiinstalled=\"%d\"", "%s requires Zend Engine API version %d, which does not match the installed Zend Engine API version %d", new_extension->name, extension_version_info->zend_extension_api_no, ZEND_EXTENSION_API_NO);
phpdbg_error     1084 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"wrongbuild\" extension=\"%s\" buildneeded=\"%s\" buildinstalled=\"%s\"", "%s was built with configuration %s, whereas running engine is %s", new_extension->name, extension_version_info->build_id, ZEND_EXTENSION_BUILD_ID);
phpdbg_error     1095 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_error("dl", "type=\"startupfailure\" extension=\"%s\"", "Unable to startup Zend extension %s", new_extension->name);
phpdbg_error     1123 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"wrongbuild\" module=\"%s\" buildneeded=\"%s\" buildinstalled=\"%s\"",  "%s was built with configuration %s, whereas running engine is %s", module_entry->name, module_entry->build_id, ZEND_EXTENSION_BUILD_ID);
phpdbg_error     1133 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"registerfailure\" module=\"%s\"", "Unable to register module %s", module_entry->name);
phpdbg_error     1139 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"startupfailure\" module=\"%s\"", "Unable to startup module %s", module_entry->name);
phpdbg_error     1146 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_error("dl", "type=\"initfailure\" module=\"%s\"", "Unable to initialize module %s", module_entry->name);
phpdbg_error     1155 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_error("dl", "type=\"nophpso\"", "This shared object is nor a Zend extension nor a module");
phpdbg_error     1181 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_error("dl", "path=\"%s\" %b", "Could not load %s, not found or invalid zend extension / module: %b", path);
phpdbg_error     1190 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("dl", "type=\"unsupported\" path=\"%.*s\"", "Cannot dynamically load %.*s - dynamic modules are not supported", (int) param->len, param->str);
phpdbg_error     1207 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("source", "type=\"notfound\" file=\"%s\"", "Failed to stat %s, file does not exist", param->str);
phpdbg_error     1221 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("export", "type=\"openfailure\" file=\"%s\"", "Failed to open or create %s, check path and permissions", param->str);
phpdbg_error     1240 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("register", "type=\"notfound\" function=\"%s\"", "The requested function (%s) could not be found", param->str);
phpdbg_error     1243 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("register", "type=\"inuse\" function=\"%s\"", "The requested name (%s) is already in use", lcname);
phpdbg_error     1388 sapi/phpdbg/phpdbg_prompt.c 						phpdbg_error("command", "type=\"noexec\"", "Not running");
phpdbg_error     1524 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_error("exception",
phpdbg_error       75 sapi/phpdbg/phpdbg_set.c 			phpdbg_error("setpagination", "type=\"wrongargs\"", "set pagination used incorrectly: set pagination <on|off>");
phpdbg_error       91 sapi/phpdbg/phpdbg_set.c 			phpdbg_error("setlines", "type=\"wrongargs\"", "set lines used incorrectly: set lines <number>");
phpdbg_error      112 sapi/phpdbg/phpdbg_set.c 					phpdbg_error("setbreak", "type=\"nobreak\" id=\"%ld\"", "Failed to find breakpoint #%ld", param->num);
phpdbg_error      118 sapi/phpdbg/phpdbg_set.c 			phpdbg_error("setbreak", "type=\"wrongargs\"", "set break used incorrectly: set break [id] <on|off>");
phpdbg_error      138 sapi/phpdbg/phpdbg_set.c 			phpdbg_error("setbreaks", "type=\"wrongargs\"", "set breaks used incorrectly: set breaks <on|off>");
phpdbg_error      150 sapi/phpdbg/phpdbg_set.c 		phpdbg_error("setcolor", "type=\"nocolor\"", "Failed to find the requested color (%s)", param->next->str);
phpdbg_error      175 sapi/phpdbg/phpdbg_set.c 			phpdbg_error("setcolor", "type=\"invalidtype\"", "Failed to find the requested element (%s)", param->str);
phpdbg_error      195 sapi/phpdbg/phpdbg_set.c 			phpdbg_error("setcolors", "type=\"wrongargs\"", "set colors used incorrectly: set colors <on|off>");
phpdbg_error      213 sapi/phpdbg/phpdbg_set.c 				phpdbg_error("setoplog", "type=\"openfailure\" file=\"%s\"", "Failed to open %s for oplog", param->str);
phpdbg_error      261 sapi/phpdbg/phpdbg_set.c 				phpdbg_error("setstepping", "type=\"wrongargs\"", "usage set stepping [<opcode|line>]");
phpdbg_error      324 sapi/phpdbg/phpdbg_utils.c 		phpdbg_error("inactive", "type=\"op_array\"", "No active op array!");
phpdbg_error      329 sapi/phpdbg/phpdbg_utils.c 		phpdbg_error("inactive", "type=\"symbol_table\"", "No active symbol table!");
phpdbg_error      402 sapi/phpdbg/phpdbg_utils.c 			phpdbg_error("signalsegv", "class=\"%.*s\"", "Could not fetch class %.*s, invalid data source", name_length, name);
phpdbg_error      535 sapi/phpdbg/phpdbg_utils.c 					phpdbg_error("variable", "type=\"undefined\" variable=\"%.*s\"", "%.*s is undefined", (int) i, input);
phpdbg_error      578 sapi/phpdbg/phpdbg_utils.c 				phpdbg_error("variable", "type=\"notiterable\" variable=\"%.*s\"", "%.*s is nor an array nor an object", (int) (input[i] == '>' ? i - 1 : i), input);
phpdbg_error      587 sapi/phpdbg/phpdbg_utils.c 		phpdbg_error("variable", "type=\"invalidinput\"", "Malformed input");
phpdbg_error      134 sapi/phpdbg/phpdbg_wait.c 		phpdbg_error("wait", "type=\"invaliddata\" import=\"fail\"", "Malformed serialized was sent to this socket, arborting");
phpdbg_error      352 sapi/phpdbg/phpdbg_wait.c 			phpdbg_error("wait", "type=\"nosocket\" import=\"fail\"", "Unable to connect to UNIX domain socket at %s defined by phpdbg.path ini setting", PHPDBG_G(socket_path));
phpdbg_error      699 sapi/phpdbg/phpdbg_watch.c 				phpdbg_error("watchdelete", "type=\"nowatch\"", "Nothing was deleted, no corresponding watchpoint found");