3v4l.org

run code in 300+ PHP versions simultaneously
<?php c. $sayi1=10; $sayi2=2; $toplam = $sayi1+$sayi2; $fark = $sayi1-$sayi2; $carpim = $sayi1*$sayi2; $bolum = $sayi1/$sayi2; $bolum_kalan = $sayi1%$sayi2; echo $toplam; echo "<BR>"; echo $fark; echo "<BR>"; echo $carpim; echo "<BR>"; echo $bolum; echo "<BR>"; echo $bolum_kalan; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "c" in /in/ci77i:2 Stack trace: #0 {main} thrown in /in/ci77i on line 2
Process exited with code 255.

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