Skip to content

Instantly share code, notes, and snippets.

@jfs4
Created July 1, 2014 14:29
Show Gist options
  • Select an option

  • Save jfs4/bcd7c88bf7dfd1f19dc3 to your computer and use it in GitHub Desktop.

Select an option

Save jfs4/bcd7c88bf7dfd1f19dc3 to your computer and use it in GitHub Desktop.

Revisions

  1. jfs4 created this gist Jul 1, 2014.
    5 changes: 5 additions & 0 deletions debug.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    function debug()
    {
    call_user_func_array('var_dump', func_get_args());
    die;
    }