I'm getting the same error.
I made the last argument to the function optional, now it works:
function backtrace_error_handler($error_level, $message, $filename, $line, $context = [])
However I don't really know what's happening here and whether this is right or not. $filename, $line and $context are not used at all by this function.