3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST["msg"] = range("A", "Z"); $_POST["control"] = range("101", "126"); echo "<pre>"; foreach ( array_map(null, $_POST["msg"], $_POST["control"]) as $var ) { list($mg, $id) = $var; echo $mg, "=", $id, PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
<pre>A=101 B=102 C=103 D=104 E=105 F=106 G=107 H=108 I=109 J=110 K=111 L=112 M=113 N=114 O=115 P=116 Q=117 R=118 S=119 T=120 U=121 V=122 W=123 X=124 Y=125 Z=126

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