Skip to content

Instantly share code, notes, and snippets.

@charleslouis
Created October 31, 2018 05:53
Show Gist options
  • Save charleslouis/dbd3c2ec1b538ca553ffd7cd32472949 to your computer and use it in GitHub Desktop.
Save charleslouis/dbd3c2ec1b538ca553ffd7cd32472949 to your computer and use it in GitHub Desktop.
Une var_export() + colors instead of var_dum() for pretty dump
// src: https://stackoverflow.com/questions/19816438/make-var-dump-look-pretty
<?php
highlight_string("<?php\n\$item =\n" . var_export($item, true) . ";\n?>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment