<?php

// your code goes here


$a = new stdClass();

$b = array();

var_dump(empty($a), empty($b), count($a));