3v4l.org

run code in 300+ PHP versions simultaneously
<?php print "Your name is ". $Name; print "<br />"; print "You are ". $Age . " years old"; print "<br />"; $old = 25 + $Age; print "In 25 years you will be " . $old . " years old"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $Name in /in/jbaqY on line 2 Your name is <br /> Warning: Undefined variable $Age in /in/jbaqY on line 4 You are years old<br /> Warning: Undefined variable $Age in /in/jbaqY on line 6 In 25 years you will be 25 years old

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