fork download
  1. <?php
  2.  
  3.  
  4. $opName = 'молодец';
  5. $opTrueName = 'хуй';
  6. $text = 'оп всё таки...';
  7.  
  8. $i = mt_rand(1,10);
  9.  
  10. for (print( $text); $i <= 10; $i++) {
  11. echo "$opTrueName/n";
  12. $score++;
  13. }
Success #stdin #stdout #stderr 0.02s 24448KB
stdin
Standard input is empty
stdout
оп всё таки...хуй/nхуй/nхуй/nхуй/nхуй/nхуй/n
stderr
PHP Notice:  Undefined variable: score in /home/d9qSdN/prog.php on line 13