3v4l.org

run code in 300+ PHP versions simultaneously
<?php include("config.sys.php"); mysql_connect($hostname, $username, $password) || die("Error!"); mysql_select_db($dbname); mysql_query('SET NAMES utf8'); $snn = array("vk", "mailru", "ok"); foreach ($snn as $snname) { $dbtable = "game_" . $snname; mysql_query("set @i=0"); mysql_query("update $dbtable set srank=(@i:=@i+1) order by topscore desc"); // echo mysql_error(); }
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: include(): open_basedir restriction in effect. File(config.sys.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/h8tnU on line 3 Warning: include(config.sys.php): Failed to open stream: Operation not permitted in /in/h8tnU on line 3 Warning: include(): Failed opening 'config.sys.php' for inclusion (include_path='.:') in /in/h8tnU on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/h8tnU:4 Stack trace: #0 {main} thrown in /in/h8tnU on line 4
Process exited with code 255.
Output for 8.0.13
Warning: include(config.sys.php): Failed to open stream: No such file or directory in /in/h8tnU on line 3 Warning: include(): Failed opening 'config.sys.php' for inclusion (include_path='.:') in /in/h8tnU on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/h8tnU:4 Stack trace: #0 {main} thrown in /in/h8tnU on line 4
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.3.32 - 7.3.33, 7.4.33
Warning: include(config.sys.php): failed to open stream: No such file or directory in /in/h8tnU on line 3 Warning: include(): Failed opening 'config.sys.php' for inclusion (include_path='.:') in /in/h8tnU on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/h8tnU:4 Stack trace: #0 {main} thrown in /in/h8tnU on line 4
Process exited with code 255.
Output for 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Warning: include(): open_basedir restriction in effect. File(config.sys.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/h8tnU on line 3 Warning: include(config.sys.php): failed to open stream: Operation not permitted in /in/h8tnU on line 3 Warning: include(): Failed opening 'config.sys.php' for inclusion (include_path='.:') in /in/h8tnU on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/h8tnU:4 Stack trace: #0 {main} thrown in /in/h8tnU on line 4
Process exited with code 255.
Output for 7.1.20
Warning: include(): open_basedir restriction in effect. File(config.sys.php) is not within the allowed path(s): (/tmp:/in) in /in/h8tnU on line 3 Warning: include(config.sys.php): failed to open stream: Operation not permitted in /in/h8tnU on line 3 Warning: include(): Failed opening 'config.sys.php' for inclusion (include_path='.:') in /in/h8tnU on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/h8tnU:4 Stack trace: #0 {main} thrown in /in/h8tnU on line 4
Process exited with code 255.
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Warning: include(config.sys.php): failed to open stream: No such file or directory in /in/h8tnU on line 3 Warning: include(): Failed opening 'config.sys.php' for inclusion (include_path='.:') in /in/h8tnU on line 3 Fatal error: Call to undefined function mysql_connect() in /in/h8tnU on line 4
Process exited with code 255.

preferences:
174.03 ms | 402 KiB | 198 Q