$arr = (array)$obj; if (!$arr) { // do stuff }
$x = new stdClass();
if( $obj !== null ) { // DO YOUR WORK }