Question #21: What will be printed? 56% on 705 times asked
$a = array(); if ($a[1]) null; echo count($a), "\n";