3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nombre1 = 'Jorge' ; $nombre2 = 'Nata' ; $number1 = 41 ; $number2 = 51 ; $sum = $number1 + $number2 ; $mult = $number1 * $number2 ; print "<H1> Hola $nombre1 y $nombre2 ! </H1> <BR> <BR> " ; print "The sum and the multiplication of our ages are: $sum and $mult" ;
Output for git.master, git.master_jit, rfc.property-hooks
<H1> Hola Jorge y Nata ! </H1> <BR> <BR> The sum and the multiplication of our ages are: 92 and 2091

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