3v4l.org

run code in 300+ PHP versions simultaneously
<?php $aImages = array ( '1___3tones123.jpg' => '3tones123.jpg', '10___20002020-BLUE.jpg' => '20002020-BLUE.jpg', '20___bigeyes01.jpg' => 'bigeyes01.jpg', '1___bigeyes02.jpg' => 'bigeyes02.jpg', ); uksort($aImages, 'strnatcmp'); $aImages = array_reverse($aImages, true); print_r($aImages);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [20___bigeyes01.jpg] => bigeyes01.jpg [10___20002020-BLUE.jpg] => 20002020-BLUE.jpg [1___bigeyes02.jpg] => bigeyes02.jpg [1___3tones123.jpg] => 3tones123.jpg )

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:
34.89 ms | 401 KiB | 8 Q