3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = range(0.94, 0.49, -0.01); echo count($a).PHP_EOL; echo min($a).PHP_EOL; print_r($a);
Output for git.master, git.master_jit, rfc.property-hooks
45 0.5 Array ( [0] => 0.94 [1] => 0.93 [2] => 0.92 [3] => 0.91 [4] => 0.9 [5] => 0.89 [6] => 0.88 [7] => 0.87 [8] => 0.86 [9] => 0.85 [10] => 0.84 [11] => 0.83 [12] => 0.82 [13] => 0.81 [14] => 0.8 [15] => 0.79 [16] => 0.78 [17] => 0.77 [18] => 0.76 [19] => 0.75 [20] => 0.74 [21] => 0.73 [22] => 0.72 [23] => 0.71 [24] => 0.7 [25] => 0.69 [26] => 0.68 [27] => 0.67 [28] => 0.66 [29] => 0.65 [30] => 0.64 [31] => 0.63 [32] => 0.62 [33] => 0.61 [34] => 0.6 [35] => 0.59 [36] => 0.58 [37] => 0.57 [38] => 0.56 [39] => 0.55 [40] => 0.54 [41] => 0.53 [42] => 0.52 [43] => 0.51 [44] => 0.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:
47.42 ms | 403 KiB | 8 Q