3v4l.org

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

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