fork download
  1. <?php
  2. $t=0.15;
  3. $a=6;
  4. $x=(pow($t, 3) +2*$t-1);
  5. $y=$x*4;
  6. do {
  7. echo $y;
  8. }
  9. while ($y>1);
  10.  
  11. ?>
Success #stdin #stdout 0.02s 24392KB
stdin
Standard input is empty
stdout
-2.7865