3v4l.org

run code in 300+ PHP versions simultaneously
<?php $urzadzenia_ilosc = 10; $zakres = '123-999'; $zakres = str_replace("-","",$zakres); echo "poczatek: ".$zakres."<br />"; $zakres_tmp = array(); for($i=0;$i<$urzadzenia_ilosc;$i++){ $zakres_tmp[] = $zakres; $zakres++; } print_r($zakres_tmp); ?>
Output for git.master, git.master_jit, rfc.property-hooks
poczatek: 123999<br />Array ( [0] => 123999 [1] => 124000 [2] => 124001 [3] => 124002 [4] => 124003 [5] => 124004 [6] => 124005 [7] => 124006 [8] => 124007 [9] => 124008 )

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:
43.74 ms | 401 KiB | 8 Q