$a = ((0.1 + 0.7) * 10) == (int)((0.1 + 0.7) * 10);
PHP false döndürür.
Could anybody explain me, why that happens? First returns 8, second 7.