Lines Matching refs:phpdbg_error
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()
177 …phpdbg_error("The function requested (%s) is not user defined", ZSTR_VAL(fbc->common.function_name… in phpdbg_list_function()
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()
222 phpdbg_error("Could not list function %s, invalid data source", func_name); in phpdbg_list_function_byname()