Last active
October 17, 2016 09:14
-
-
Save anestan/0543c208662488e2e5d12ec0833d2b42 to your computer and use it in GitHub Desktop.
pretty var_dump
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
highlight_string("<?php\n\$data =\n" . var_export($variable, true) . ";\n?>"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment