Today I Learned

# Xdebug <TIL

Full content of var_dump/xdebug

ini_set("xdebug.var_display_max_children", -1);
ini_set("xdebug.var_display_max_data", -1);
ini_set("xdebug.var_display_max_depth", -1);