fork(2) download
  1. <?php
  2.  
  3. перебирать (переменная_цикла от 1 до 9) {
  4. произведение = переменная_цикла * переменная_цикла;
  5. выкрикнуть "переменная_цикла умножить на переменная_цикла = произведение";
  6. перенести строку;
  7. }
  8.  
Runtime error #stdin #stdout #stderr 0s 83456KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected 'от' (T_STRING), expecting ',' or ')' in /home/9cWmi0/prog.php on line 3