3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_REQUEST=array(); $_REQUEST["username"]=""." or username=\""."\"; $_REQUEST["password"]=""." or username=\""."\"; echo "SELECT * from users where username=\"".$_REQUEST["username"]."\" and password=\"".$_REQUEST["password"]."\""; //echo "SELECT * from users where username=\"".$_REQUEST["username"]."\" or username=\""."\" and password=\"".$_REQUEST["password"]."\" or password=\""."\""; ?>
Output for 5.4.16
Parse error: syntax error, unexpected '"', expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/169ER on line 4
Process exited with code 255.
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected '"', expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in 8MOdO on line 4
Process exited with code 255.
Output for 5.3.26
Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /in/169ER on line 4
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /in/8MOdO on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in 8MOdO on line 4
Process exited with code 255.

preferences:
189.31 ms | 1395 KiB | 51 Q