Skip to content

Instantly share code, notes, and snippets.

@fredmontet
Created July 26, 2014 23:58
Show Gist options
  • Save fredmontet/fa2465c6c56722373cae to your computer and use it in GitHub Desktop.
Save fredmontet/fa2465c6c56722373cae to your computer and use it in GitHub Desktop.
PHP | complete var_dump
ini_set('xdebug.var_display_max_depth', 5);
ini_set('xdebug.var_display_max_children', 256);
ini_set('xdebug.var_display_max_data', 1024);
var_dump($var);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment