3v4l.org

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

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