3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ar2 = array(1, 2, 3, 4, 5, 6, 7, 8, 9); $ar1 = array(0, 1, 4, 1, 4, 3, 4, 5, 5); $ar3 = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i'); array_multisort($ar1, $ar2, $ar3); //var_dump($ar1); //var_dump($ar2); var_dump($ar3); ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(9) { [0]=> string(1) "a" [1]=> string(1) "b" [2]=> string(1) "d" [3]=> string(1) "f" [4]=> string(1) "c" [5]=> string(1) "e" [6]=> string(1) "g" [7]=> string(1) "h" [8]=> string(1) "i" }

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