<?php $a = 0.1 + 0.2; $b = 0.3; echo $a === $b ? 'same' : 'not same';
You have javascript disabled. You will not be able to edit any code.