लघु संस्करण: if ("$myVal" === '0') या if (strval($myVal) === '0') लंबा संस्करण: if ($myVal === 0 || $myVal === '0')