I’m sorry for my bad English,
But anybody could help me to explain why the code below return false.
Is this a bug of PHP?
Thank you very much.
$a = 7.1 + 0.09;
var_dump($a == 7.19);
I’m sorry for my bad English,
But anybody could help me to explain why the code below return false.
Is this a bug of PHP?
Thank you very much.
$a = 7.1 + 0.09;
var_dump($a == 7.19);