fork download
  1. <?php
  2.  
  3. for($i =0, $x = 100 ; $i<1; $i++){
  4.  
  5. echo $x . 'x' . $i+1 . ' = '. $i*$x ;
  6. }
  7. ?>
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
101 = 0