3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($x=1;$x<24;$x++) { var_dump($x / 2); }
Output for git.master, git.master_jit, rfc.property-hooks
float(0.5) int(1) float(1.5) int(2) float(2.5) int(3) float(3.5) int(4) float(4.5) int(5) float(5.5) int(6) float(6.5) int(7) float(7.5) int(8) float(8.5) int(9) float(9.5) int(10) float(10.5) int(11) float(11.5)

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:
43.22 ms | 405 KiB | 9 Q