3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tags = array('Test', 'tests', 'tes', 'abc'); usort($tags, function($a, $b) { return strcasecmp($a, $b); }); var_dump($tags); echo phpversion ();

preferences:
33.72 ms | 402 KiB | 5 Q