3v4l.org

run code in 300+ PHP versions simultaneously
<?php $geslacht = 'male'; //vul geslacht in: 'male', of 'female' $leeftijd = 55; //vul hier de leeftijd in echo "MAS' LOVE MACHINE"; if ($geslacht == 'female') {echo "<br><br>Thanks for participating, but I'm not interested in women."; } if ($geslacht == 'male') {echo "<br><br>Let's take a further look;);););)winkwink;)."; } if (($leeftijd > 55) and ($geslacht == 'male')) {echo "<br><br>Sorry, but you're just too old, darling!"; } elseif (($leeftijd < 50) and ($geslacht == 'male')) {echo "<br><br>Sorry, but you're too young , I'm looking for someone more mature!"; } elseif (($leeftijd > 49) and ($leeftijd < 56) and ($geslacht == 'male')) {echo "<br><br>Congratulations, you have passes the test! now lets fuk jk ofc mas ;_;"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
MAS' LOVE MACHINE<br><br>Let's take a further look;);););)winkwink;).<br><br>Congratulations, you have passes the test! now lets fuk jk ofc mas ;_;

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