Created
March 15, 2017 15:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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