3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sex = 'male'; if($sex !== 'male' || $sex !== 'female') { echo "<font color='red'><h1>Trying to hax me! no cool bro :(</h1></font>"; goto failed; } else { echo "$sex var is either male or female"; }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.23, 5.5.0 - 5.5.7
Fatal error: 'goto' to undefined label 'failed' in /in/8Z4Lb on line 5
Process exited with code 255.

preferences:
187.71 ms | 1387 KiB | 68 Q