$rep->contents =
[];
foreach ($old_trace as $frame) { $index =
$frame->name;
if (!
isset($trace[$index]['function'
])) { // Something's very very wrong here, but it's probably a plugin's fault
continue;
} if (Utils::
traceFrameIsListed($trace[$index], self::
$blacklist)) { continue;
} if (isset($trace[$index]['file'
]) && ($realfile = \
realpath($trace[$index]['file'
]))) { foreach ($path_blacklist as $path) { if (0 === \
strpos($realfile,
$path)) { continue 2;
} } }