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, 5.5.0 - 5.5.8
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in /in/QsChT on line 26
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /in/QsChT on line 26
Process exited with code 255.

preferences:
186.22 ms | 1395 KiB | 70 Q