3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array(2,4,9,6,3,6,1); echo $test[0]; $sort_test = sort($test,SORT_NUMERIC); echo $test[0]; ?>

preferences:
40.75 ms | 402 KiB | 5 Q