fork download
  1. <?php
  2. $x=1
  3. $y=1
  4. For ($xy=$x*$y;$xy<93;$x++ & $y++) {
  5. Echo "$x * $y = $xy \n";
  6. }
  7.  
  8.  
  9.  
  10. ?>
Runtime error #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected '$y' (T_VARIABLE) in /home/30ENuq/prog.php on line 3