3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = range(3.5, 16, .5); print_r($array); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 3.5 [1] => 4 [2] => 4.5 [3] => 5 [4] => 5.5 [5] => 6 [6] => 6.5 [7] => 7 [8] => 7.5 [9] => 8 [10] => 8.5 [11] => 9 [12] => 9.5 [13] => 10 [14] => 10.5 [15] => 11 [16] => 11.5 [17] => 12 [18] => 12.5 [19] => 13 [20] => 13.5 [21] => 14 [22] => 14.5 [23] => 15 [24] => 15.5 [25] => 16 )

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