SYSPATH/classes/kohana/debug.php [ 231 ]
226 {
227 // Depth too great
228 $output[] = "{\n$space$s...\n$space}";
229 }
230
231 return '<small>object</small> <span>'.get_class($var).'('.count($array).')</span> '.implode("\n", $output);
232 }
233 else
234 {
235 return '<small>'.gettype($var).'</small> '.htmlspecialchars(print_r($var, TRUE), ENT_NOQUOTES, Kohana::$charset);
236 }
{PHP internal call} » Kohana_Core::shutdown_handler()