3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(range(1.2, 4.2, 0.1));
Output for git.master, git.master_jit, rfc.property-hooks
array(31) { [0]=> float(1.2) [1]=> float(1.3) [2]=> float(1.4) [3]=> float(1.5) [4]=> float(1.6) [5]=> float(1.7) [6]=> float(1.8) [7]=> float(1.9) [8]=> float(2) [9]=> float(2.1) [10]=> float(2.2) [11]=> float(2.3) [12]=> float(2.4000000000000004) [13]=> float(2.5) [14]=> float(2.6) [15]=> float(2.7) [16]=> float(2.8) [17]=> float(2.9000000000000004) [18]=> float(3) [19]=> float(3.1) [20]=> float(3.2) [21]=> float(3.3) [22]=> float(3.4000000000000004) [23]=> float(3.5) [24]=> float(3.6000000000000005) [25]=> float(3.7) [26]=> float(3.8) [27]=> float(3.9000000000000004) [28]=> float(4) [29]=> float(4.1000000000000005) [30]=> float(4.2) }

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