fork download
  1. <?php
  2. $yy=1;
  3. $zz=2;
  4. $ww=-1;
  5.  
  6. $xx=round (($yy/$zz)*$ww,3);
  7. echo $xx;
Success #stdin #stdout 0s 52488KB
stdin
Standard input is empty
stdout
-0.5