fork(1) download
  1. <?php
  2.  
  3. $d = [0.3 => 'hello'];
  4. echo $d[0.1 + 0.2];
Success #stdin #stdout 0.02s 24344KB
stdin
Standard input is empty
stdout
hello