Lines Matching refs:phpdbg_error
46 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()
171 phpdbg_error("The method %s::%s could not be found", param->method.class, param->method.name); 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()
225 phpdbg_error("Couldn't fetch function %.*s, invalid data source", (int) func_name_len, func_name); in PHPDBG_PRINT()
241 phpdbg_error("The function %s could not be found", function); in phpdbg_print_opcodes_function()
257 phpdbg_error("The method %s::%s could not be found", ZSTR_VAL(ce->name), function); in phpdbg_print_opcodes_method_ce()
268 phpdbg_error("The class %s could not be found", class); in phpdbg_print_opcodes_method()
316 phpdbg_error("The class %s could not be found", class); in phpdbg_print_opcodes_class()