3v4l.org

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