Versão curta: if ("$myVal" === '0') ou if (strval($myVal) === '0') Versão longa: if ($myVal === 0 || $myVal === '0')