3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = []; $i = 10000; while ($i--) { $test[] = mt_rand(0,99999); } class Foo { public function __construct ($input) { echo $input[array_rand($input)] + 1; } }

preferences:
38.89 ms | 402 KiB | 5 Q