3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ '02/09/2013', '03/09/2013', '03/10/2013', '04/07/2013', '04/09/2013', '09/09/2013', '11/09/2013', '13/06/2013', '13/08/2013', ]; array_multisort( array_map(fn($v) => date_create_from_format('d/m/Y', $v), $array), $array ); var_export($array);
Output for git.master_jit, git.master
array ( 0 => '13/06/2013', 1 => '04/07/2013', 2 => '13/08/2013', 3 => '02/09/2013', 4 => '03/09/2013', 5 => '04/09/2013', 6 => '09/09/2013', 7 => '11/09/2013', 8 => '03/10/2013', )

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:
62.72 ms | 405 KiB | 5 Q