fork download
  1. <?php
  2. $arr[((40.9+0.00004)*100000)]=1;
  3.  
  4. print_r($arr);
  5.  
  6. echo ((40.9+0.00004)*100000);
  7.  
Success #stdin #stdout 0.01s 82560KB
stdin
Standard input is empty
stdout
Array
(
    [4090003] => 1
)
4090004