fork download
  1. <?php
  2. var_dump(2.2 * 3 == 3.3 * 2);
Success #stdin #stdout 0.02s 25616KB
stdin
Standard input is empty
stdout
bool(false)