3v4l.org

run code in 300+ 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:
28.04 ms | 402 KiB | 5 Q