Skip to content

Instantly share code, notes, and snippets.

@jesgs
Created August 8, 2018 18:19
Show Gist options
  • Save jesgs/4d3b2d906ee8e50a7618126d912cf139 to your computer and use it in GitHub Desktop.
Save jesgs/4d3b2d906ee8e50a7618126d912cf139 to your computer and use it in GitHub Desktop.
Quick var_dump for the console
<?php
// maybe expand this to do more than just objects and arrays?
echo "<script>console.log(" . json_encode($myObjectOrArray) . ");</script>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment