Skip to content

Instantly share code, notes, and snippets.

@yyoshiki41
Created August 29, 2014 02:00
Show Gist options
  • Save yyoshiki41/16e1bcde283e2fca1147 to your computer and use it in GitHub Desktop.
Save yyoshiki41/16e1bcde283e2fca1147 to your computer and use it in GitHub Desktop.
xdebug で var_dump 省略されるのを防ぐ
ini_set('xdebug.var_display_max_data', 4096);
ini_set('xdebug.var_display_max_depth', 20);
var_dump();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment