3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = range(1, 32, 1); var_dump($t); foreach($t) { $g[] = array_rand($t, 4); } var_dump($g);
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.22
Parse error: syntax error, unexpected ')' in /in/K8vCB on line 5
Process exited with code 255.

preferences:
192.17 ms | 1395 KiB | 58 Q