3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = []; $range = range(1,10); foreach($range as $x) $arr[$x] = log10($x); print_r($arr);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [1] => 0 [2] => 0.30102999566398 [3] => 0.47712125471966 [4] => 0.60205999132796 [5] => 0.69897000433602 [6] => 0.77815125038364 [7] => 0.84509804001426 [8] => 0.90308998699194 [9] => 0.95424250943932 [10] => 1 )

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