<?php $v1 = 13.02;$v2 = 39.06/3;$igual = $v1 === $v2; var_dump($v1);var_dump($v2);var_dump($igual);
Standard input is empty
float(13.02) float(13.02) bool(false)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!