3v4l.org

run code in 500+ PHP versions simultaneously
<?php $arrTags['banana'] = 3; $arrTags['mango'] = 2; $arrTags['apple'] = 2; $arrTags['orange'] = 4; $arrTags['almond'] = 2; ksort($arrTags); arsort($arrTags); var_export($arrTags);

preferences:
121.66 ms | 2688 KiB | 5 Q