3v4l.org

run code in 300+ PHP versions simultaneously
<?php $n=range(11,20);print_r($n); shuffle($n);print_r($n); for ($x=0; $x<10; $x++) { echo $n[$x].' '; } ?>

preferences:
32.74 ms | 402 KiB | 5 Q