Skip to content

Instantly share code, notes, and snippets.

@reinislejnieks
Created September 18, 2018 13:18
Show Gist options
  • Save reinislejnieks/e9b7e9f52f5a4bb2151595061150ba3f to your computer and use it in GitHub Desktop.
Save reinislejnieks/e9b7e9f52f5a4bb2151595061150ba3f to your computer and use it in GitHub Desktop.
php increase var_dump limits in script
<?php
ini_set('xdebug.var_display_max_depth', 10);
ini_set('xdebug.var_display_max_children', 500);
ini_set('xdebug.var_display_max_data', 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment