Skip to content

Instantly share code, notes, and snippets.

@l4ci
Created January 9, 2018 10:18
Show Gist options
  • Save l4ci/615f58275711f83aa5bdb8862f6f7ea0 to your computer and use it in GitHub Desktop.
Save l4ci/615f58275711f83aa5bdb8862f6f7ea0 to your computer and use it in GitHub Desktop.
<?php
function dd(){
array_map(function($x) { var_dump($x); }, func_get_args()); die;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment