fork(1) download
  1. <?php
  2.  
  3.  
  4. $input = '22.5+5.1=';
  5. $inputLength = mb_strlen($input);
  6. $num = 0;
  7.  
  8. $x = 0.1;
  9. $x *= 0.1;
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
float(0.01)