3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ pwd = $_POST['pwd']; // user forgot or deliberately neglected to provide password $acc_pwd = "rosesRred22@"; if (strcmp($pwd,$acc_pwd) == 0) 'Success; you are in!';
Output for 5.4.0 - 5.4.26
Parse error: syntax error, unexpected 'pwd' (T_STRING), expecting variable (T_VARIABLE) or '$' in /in/UePGQ on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or '$' in /in/UePGQ on line 2
Process exited with code 255.

preferences:
188.24 ms | 1395 KiB | 63 Q