3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr=array("aa", "az", "an","am", "ba", "by", "alien","i"); usort($arr, function ($a, $b) { return strlen($a) == strlen($b) ? $a <=> $b : strlen($a) <=> strlen($b); }); print_r($arr);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => i [1] => aa [2] => am [3] => an [4] => az [5] => ba [6] => by [7] => alien )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
40.44 ms | 401 KiB | 8 Q