3v4l.org

run code in 300+ PHP versions simultaneously
<html><body><?php function hesapla($x,$y){ echo "x in değeri= ".$x."<br>"; echo "y in değeri= ".$y."<br>"; $sonuc=$y; for ($i=1;$i<=2;$i++) { $sonuc+=$i; } return $sonuc; } $a=12; $b=3; $c=hesapla($a/$b, $a+$b); echo "a in değeri= ".$a."<br>"; echo "b in değeri= ".$b."<br>"; echo "c in değeri= ".$c."<br>"; ?> </body></html>
Output for git.master, git.master_jit, rfc.property-hooks
<html><body>x in değeri= 4<br>y in değeri= 15<br>a in değeri= 12<br>b in değeri= 3<br>c in değeri= 18<br> </body></html>

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.26 ms | 401 KiB | 8 Q