fork(2) download
  1. <?php
  2. $word1 = array('Приятных', 'Весёлых', 'Жестоких', 'Грустных');
  3. $word2 = array('Дней', 'Ночей', 'Часов', 'Моментов', 'Мнгновений', 'Событий');
  4. $word3 = array('Руки подав', 'Воды глотнув', 'Глазами вдаль', 'Увидя свет');
  5. $word4 = array('Понимаю', 'Утопаю', 'Забываю', 'Усложняю', 'Умираю', 'Благодарю');
  6. $word5 = array('Понимамия', 'Приконовения', 'Безысходности', 'Шепчет');
  7.  
  8. $random1 = array_rand($word1, 4);
  9.  
  10. echo $word1[$random1] ;
  11.  
  12. ?>
Success #stdin #stdout #stderr 0.01s 20568KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  Illegal offset type in /home/rQhwjY/prog.php on line 11