Lines Matching refs:phpdbg_error
50 phpdbg_error("inactive", "type=\"execution\"", "Not executing, and execution context not set"); in PHPDBG_LIST()
98 …phpdbg_error("list", "type=\"notfound\" method=\"%s::%s\"", "Could not find %s::%s", param->method… in PHPDBG_LIST()
103 …phpdbg_error("list", "type=\"notfound\" class=\"%s\"", "Could not find the class %s", param->metho… in PHPDBG_LIST()
118 …phpdbg_error("list", "type=\"nosource\" class=\"%s\"", "The source of the requested class (%s) can… in PHPDBG_LIST()
121 …phpdbg_error("list", "type=\"internalclass\" class=\"%s\"", "The class requested (%s) is not user … in PHPDBG_LIST()
124 …phpdbg_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()
181 …phpdbg_error("list", "type=\"internalfunction\" function=\"%s\"", "The function requested (%s) is … in phpdbg_list_function()
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()
226 …phpdbg_error("signalsegv", "function=\"%s\"", "Could not list function %s, invalid data source", f… in phpdbg_list_function_byname()