Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Created February 3, 2017 23:11
Show Gist options
  • Save ederrafo/05bce9891fe0cfce9b02a7c2dfd8762b to your computer and use it in GitHub Desktop.
Save ederrafo/05bce9891fe0cfce9b02a7c2dfd8762b to your computer and use it in GitHub Desktop.
php
<?php
// Using error_log() with print_r() to gracefully debug PHP
error_log(print_r($number,true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment