3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (get_magic_quotes_gpc()) { echo 'mq enabled<BR>'; echo $_GET['lastname'],'<BR>'; // O\'reilly //echo addslashes($_GET['lastname']),'<BR>'; // O\\\'reilly -- why??? $lastname = stripslashes($_GET['lastname']); } else { echo 'no mq ...','<br>'; echo $_GET['lastname'],'<BR>'; $lastname = $_GET['lastname']; } // If using MySQL $lastname = mysql_real_escape_string($lastname); echo $lastname; // O\'reilly
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /in/co3uM:3 Stack trace: #0 {main} thrown in /in/co3uM on line 3
Process exited with code 255.
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Deprecated: Function get_magic_quotes_gpc() is deprecated in /in/co3uM on line 3 no mq ...<br> Notice: Undefined index: lastname in /in/co3uM on line 11 <BR> Notice: Undefined index: lastname in /in/co3uM on line 12 Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /in/co3uM:16 Stack trace: #0 {main} thrown in /in/co3uM on line 16
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26
no mq ...<br><BR> Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /in/co3uM:16 Stack trace: #0 {main} thrown in /in/co3uM on line 16
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31
no mq ...<br> Notice: Undefined index: lastname in /in/co3uM on line 11 <BR> Notice: Undefined index: lastname in /in/co3uM on line 12 Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_string() in /in/co3uM:16 Stack trace: #0 {main} thrown in /in/co3uM on line 16
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.37, 5.6.0 - 5.6.28
no mq ...<br> Notice: Undefined index: lastname in /in/co3uM on line 11 <BR> Notice: Undefined index: lastname in /in/co3uM on line 12 Fatal error: Call to undefined function mysql_real_escape_string() in /in/co3uM on line 16
Process exited with code 255.
Output for 5.3.0 - 5.3.29
mq enabled<BR> Notice: Undefined index: lastname in /in/co3uM on line 5 <BR> Notice: Undefined index: lastname in /in/co3uM on line 7 Fatal error: Call to undefined function mysql_real_escape_string() in /in/co3uM on line 16
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.1 - 5.1.6, 5.2.0 - 5.2.17
mq enabled<BR> Notice: Undefined index: lastname in /in/co3uM on line 5 <BR> Notice: Undefined index: lastname in /in/co3uM on line 7 Fatal error: Call to undefined function mysql_real_escape_string() in /in/co3uM on line 16
Process exited with code 255.
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/co3uM on line 18
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
mq enabled<BR> Notice: Undefined index: lastname in /in/co3uM on line 5 <BR> Notice: Undefined index: lastname in /in/co3uM on line 7 Warning: mysql_real_escape_string(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/co3uM on line 16 Warning: mysql_real_escape_string(): A link to the server could not be established in /in/co3uM on line 16
Output for 4.3.0 - 4.3.1
mq enabled<BR> Notice: Undefined index: lastname in /in/co3uM on line 5 <BR> Notice: Undefined index: lastname in /in/co3uM on line 7 Warning: mysql_real_escape_string() [http://www.php.net/function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/co3uM on line 16 Warning: mysql_real_escape_string() [http://www.php.net/function.mysql-real-escape-string]: A link to the server could not be established in /in/co3uM on line 16

preferences:
286.14 ms | 402 KiB | 351 Q