jeudi 26 novembre 2015

Need exact reason for this logically condition failed

Why below code is printing the "here", it should be "there"

$a = "171E-10314";
if($a == '0')
{
echo "here";
}
else
{
echo "there";   
}

Aucun commentaire:

Enregistrer un commentaire