Skip to content

Instantly share code, notes, and snippets.

View ankr's full-sized avatar
🎯
Focusing

Andreas ankr

🎯
Focusing
View GitHub Profile
@ankr
ankr / debug.php
Created June 13, 2014 08:03 — forked from kimegede/debug.php
<?php
function debug($data) {
$bt = debug_backtrace();
$bt = array_shift($bt);
$data = print_r($data, true);
$html = <<<HTML
<div class="debug-output">
%s