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 5.4.0 - 5.4.24
Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in /in/YmPWm on line 27
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in /in/YmPWm on line 27
Process exited with code 255.

preferences:
178.55 ms | 1386 KiB | 61 Q