Skip to content

Instantly share code, notes, and snippets.

@mkokes
Created March 15, 2017 15:09
Show Gist options
  • Select an option

  • Save mkokes/1f294aaa8ea5ba86fb7212b503e51937 to your computer and use it in GitHub Desktop.

Select an option

Save mkokes/1f294aaa8ea5ba86fb7212b503e51937 to your computer and use it in GitHub Desktop.
Set xdebug to display more lines in a var_dump by temporarily putting this within your code
ini_set('xdebug.var_display_max_depth', 5);
ini_set('xdebug.var_display_max_children', 256);
ini_set('xdebug.var_display_max_data', 1024);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment