Skip to content

Instantly share code, notes, and snippets.

@ishansharma
Created January 4, 2017 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishansharma/44104988ad2c2dde7a394234dbfa463c to your computer and use it in GitHub Desktop.
Save ishansharma/44104988ad2c2dde7a394234dbfa463c to your computer and use it in GitHub Desktop.
Debug example
<?php
$arr =array(
'test 1' => 'successful',
'test 2' => 'failure',
'test 3' => 1,
'test 4' => false
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment