fork download
  1. <?php
  2.  
  3. $answers = array(
  4. 1=>'da',
  5. 2=>'net',
  6. 3=> 'eblan?',
  7. 4=> 'nikogda',
  8. 5=> 'vozmozhno',
  9. 6=> 'sprosi u bati');
  10.  
  11. $question='Vyuchu li ya php?';
  12. $random= array_rand($answers);
  13. $answer= $answers[$random];
  14.  
  15. echo "Vopros: {$question}\n";
  16. echo "Otvet:{$answer}\n";
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
Vopros: Vyuchu li ya php?
Otvet:eblan?