fork(1) download
  1. <?php
  2.  
  3. $colors = array('red', 'red', 'red', 'black');
  4.  
  5. echo $colors[array_rand($colors)];
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
red