3v4l.org

run code in 300+ PHP versions simultaneously
<?php $entered_password_hash = "61529519452809720693702583126814"; $database_password_hash = "61529519452809720000000000000000"; if ($entered_password_hash != $database_password_hash) { die "lolnope"; } else { echo "Hello, Admin!"; }
Output for 5.4.0 - 5.4.32
Parse error: syntax error, unexpected '"lolnope"' (T_CONSTANT_ENCAPSED_STRING) in /in/FTP2n on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /in/FTP2n on line 6
Process exited with code 255.

preferences:
188.63 ms | 1394 KiB | 70 Q