3v4l.org

run code in 300+ PHP versions simultaneously
<?php $color = array('white', 'green', 'red'); foreach($color as $c) { echo "$c".","; } $test = sort($color); foreach($test as $t) { echo '<li>'; echo $t; echo '</li>'; }

preferences:
88.46 ms | 402 KiB | 5 Q