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.
Função para debug
function debug()
{
call_user_func_array('var_dump', func_get_args());
die;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment