Skip to content

Instantly share code, notes, and snippets.

@paulund
Last active December 18, 2015 23:19
Show Gist options
  • Save paulund/5860935 to your computer and use it in GitHub Desktop.
Save paulund/5860935 to your computer and use it in GitHub Desktop.
Debug Array in PHP
<?php
echo '<pre>';
print_r($debug_array);
echo '</pre>';
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment