What is the output:
$x = 0;
echo is_null($x);
true
false