format var_dump output This entry was posted in Coding Web Stuff on February 9, 2014 by techstruggles. To format var_dump properly with nested arrays and such, put <pre> <?php var_dump($blah); ?> </pre>