Lines Matching refs:phpdbg_error
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()
169 phpdbg_error("The method %s::%s could not be found", param->method.class, param->method.name); 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()
223 phpdbg_error("Couldn't fetch function %.*s, invalid data source", (int) func_name_len, func_name); in PHPDBG_PRINT()
239 phpdbg_error("The function %s could not be found", function); in phpdbg_print_opcodes_function()
255 phpdbg_error("The method %s::%s could not be found", ZSTR_VAL(ce->name), function); in phpdbg_print_opcodes_method_ce()
266 phpdbg_error("The class %s could not be found", class); in phpdbg_print_opcodes_method()
314 phpdbg_error("The class %s could not be found", class); in phpdbg_print_opcodes_class()