$testCase = array( 1 => '', 2 => "", 3 => null, 4 => array(), 5 => FALSE, 6 => NULL, 7 => '0', 8 => 0, 9 => 0.0, 10 => new stdClass(), );