fork download
  1. <?php
  2. $a = array('PHP','Java','C#');
  3.  
  4. echo $a[array_rand($a)];
  5.  
  6.  
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
Java