3v4l.org

run code in 300+ PHP versions simultaneously
<?php $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: 123-999<br /> Warning: Undefined variable $urzadzenia_ilosc in /in/Ng9fU on line 9 Array ( )

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