<?php $real = 0.60533000; $sum = 0.60533; $real = (float) $real; $sum = (float) $sum; if ($real === $sum) { echo "Works!"; } else { echo "Different!"; }
You have javascript disabled. You will not be able to edit any code.