$exception->getFile(), 'line'=>$exception->getLine() )), $exception->getTrace()); $blocks = array(); foreach($rawblocks as $block){ if(!isset($block['file'])) continue; //avoid duplicates if(count($blocks)>0){ $last=$blocks[count($blocks)-1]; if($block['file']==$last['file'] && $block['line']==$last['line']) continue; } $blocks[]=$block; } ?>
',$exception->getMessage()); ?>
$block): ?>
=count($code)) $end=count($code)-1; $code=array_slice($code,$start,$end-$start,true); ?> $text):?>
Logged values:
$val):?>
Call stack: