fork(1) download
  1. <?php
  2. $x = 1.0E-5;
  3. echo $x."\n";
  4. echo sprintf( "%f" , $x );
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
1.0E-5
0.000010