3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $uder = "serious"; if(strlen($uder) >= 40) { echo "Uder is equal or less than 40 characters."; } elseif(strlen($uder) < 9) { echo "Go to hell."; } else { echo "Fuck you.";
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected end of file in /in/727Jv on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected $end in /in/727Jv on line 11
Process exited with code 255.

preferences:
180.41 ms | 1395 KiB | 53 Q