3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array[0][0] = '567'; $array[0][1] = '3971'; $array[0][2] = '19'; $array[0][3] = '1'; $array[1][0] = '10'; $array[1][1] = '50'; $array[1][2] = '80'; $array[1][3] = '30'; array_multisort(...$array); var_export($array);
Output for git.master_jit, git.master
array ( 0 => array ( 0 => '1', 1 => '19', 2 => '567', 3 => '3971', ), 1 => array ( 0 => '30', 1 => '80', 2 => '10', 3 => '50', ), )

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