3v4l.org

run code in 300+ PHP versions simultaneously
<?php $reds = [0, 123, 203];$greens = [125, 191, 32];$blues = [42, 39, 203];var_dump(array_map(null, $reds, $greens, $blues));;
Output for rfc.property-hooks, git.master, git.master_jit
array(3) { [0]=> array(3) { [0]=> int(0) [1]=> int(125) [2]=> int(42) } [1]=> array(3) { [0]=> int(123) [1]=> int(191) [2]=> int(39) } [2]=> array(3) { [0]=> int(203) [1]=> int(32) [2]=> int(203) } }

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:
25.93 ms | 1661 KiB | 4 Q