Skip to content

Instantly share code, notes, and snippets.

@jjbohn
Created January 9, 2012 20:30
Show Gist options
  • Save jjbohn/1584781 to your computer and use it in GitHub Desktop.
Save jjbohn/1584781 to your computer and use it in GitHub Desktop.
Is Array test
<?php
$array = array('test' => array());
var_dump($test = $array['test'] && is_array($test));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment