3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array =[ [198765431100000000 => 'Foo'], [1800000000 => 'Robert'], [591000000 => 'albert'], ['4430000000' => 'son'], [1100000000 => 'Anna'], ]; array_multisort( array_map(key(...), $array), $array ); var_export($array);
Output for git.master_jit, git.master
array ( 0 => array ( 591000000 => 'albert', ), 1 => array ( 1100000000 => 'Anna', ), 2 => array ( 1800000000 => 'Robert', ), 3 => array ( 4430000000 => 'son', ), 4 => array ( 198765431100000000 => 'Foo', ), )

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:
26.85 ms | 406 KiB | 5 Q