what is if($x===1) in php code example Example: php if <?php if ($a > $b) echo "a is bigger than b"; ?>