Skip to content

Instantly share code, notes, and snippets.

@markodenic
Created March 20, 2020 08:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markodenic/b7d8c05317f49cccd2873cfa96f98ef7 to your computer and use it in GitHub Desktop.
Save markodenic/b7d8c05317f49cccd2873cfa96f98ef7 to your computer and use it in GitHub Desktop.
if (!function_exists('dd')) {
function dd() {
echo '<pre>';
$vars = func_get_args();
call_user_func_array('var_dump', $vars);
echo '</pre>';
die;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment