3v4l.org

run code in 300+ PHP versions simultaneously
<?php # Compare to http://underscorejs.org/#zip var_dump(array_map(null, ['moe', 'larry', 'curly'], [30, 40, 50], [true, false, false]));
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> array(3) { [0]=> string(3) "moe" [1]=> int(30) [2]=> bool(true) } [1]=> array(3) { [0]=> string(5) "larry" [1]=> int(40) [2]=> bool(false) } [2]=> array(3) { [0]=> string(5) "curly" [1]=> int(50) [2]=> bool(false) } }

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:
33.47 ms | 402 KiB | 8 Q