CodeExplorer TraceFrameValue example
continue;
} if (isset($trace[$index]['file'
]) && ($realfile = \
realpath($trace[$index]['file'
]))) { foreach ($path_blacklist as $path) { if (0 === \
strpos($realfile,
$path)) { continue 2;
} } } $rep->contents
[$index] =
new TraceFrameValue($frame,
$trace[$index]);
} \
ksort($rep->contents
);
$rep->contents = \
array_values($rep->contents
);
$traceobj->
clearRepresentations();
$traceobj->
addRepresentation($rep);
$traceobj->size = \
count($rep->contents
);
$o =
$traceobj;
}