3v4l.org

run code in 300+ PHP versions simultaneously
<?php include 'include.php'; mysql_connect($mysql_host, $mysql_username, $mysql_password) or die(__LINE__ . ' Invalid connect: ' . mysql_error()); mysql_select_db($mysql_database) or die( "Unable to select database. Run setup first."); $sum = 0.00; $result = mysql_query("select value from invoice_payments where value >= 0.01"); if(!$result) die(__LINE__ . mysql_error()); while($row = mysql_fetch_array($result)) { $sum += 0.01; } $sum *= .90; echo (string)$sum; //echo $sum;
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(include.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/g6pv9 on line 3 Warning: include(include.php): Failed to open stream: Operation not permitted in /in/g6pv9 on line 3 Warning: include(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/g6pv9:4 Stack trace: #0 {main} thrown in /in/g6pv9 on line 4
Process exited with code 255.
Output for 8.0.13
Warning: include(include.php): Failed to open stream: No such file or directory in /in/g6pv9 on line 3 Warning: include(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/g6pv9:4 Stack trace: #0 {main} thrown in /in/g6pv9 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.26, 7.4.33
Warning: include(include.php): failed to open stream: No such file or directory in /in/g6pv9 on line 3 Warning: include(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/g6pv9:4 Stack trace: #0 {main} thrown in /in/g6pv9 on line 4
Process exited with code 255.
Output for 7.1.25 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.32
Warning: include(): open_basedir restriction in effect. File(include.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/g6pv9 on line 3 Warning: include(include.php): failed to open stream: Operation not permitted in /in/g6pv9 on line 3 Warning: include(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/g6pv9:4 Stack trace: #0 {main} thrown in /in/g6pv9 on line 4
Process exited with code 255.
Output for 7.1.20
Warning: include(): open_basedir restriction in effect. File(include.php) is not within the allowed path(s): (/tmp:/in) in /in/g6pv9 on line 3 Warning: include(include.php): failed to open stream: Operation not permitted in /in/g6pv9 on line 3 Warning: include(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/g6pv9:4 Stack trace: #0 {main} thrown in /in/g6pv9 on line 4
Process exited with code 255.
Output for 5.1.1 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.36, 5.6.0 - 5.6.28
Warning: include(include.php): failed to open stream: No such file or directory in /in/g6pv9 on line 3 Warning: include(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Fatal error: Call to undefined function mysql_connect() in /in/g6pv9 on line 4
Process exited with code 255.
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/g6pv9 on line 19
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Warning: main(include.php): failed to open stream: No such file or directory in /in/g6pv9 on line 3 Warning: main(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Fatal error: Call to undefined function mysql_connect() in /in/g6pv9 on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Warning: main(include.php): failed to open stream: No such file or directory in /in/g6pv9 on line 3 Warning: main(): Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Notice: Undefined variable: mysql_host in /in/g6pv9 on line 4 Notice: Undefined variable: mysql_username in /in/g6pv9 on line 4 Notice: Undefined variable: mysql_password in /in/g6pv9 on line 4 Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/g6pv9 on line 4 4 Invalid connect: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Output for 4.3.0 - 4.3.1
Warning: main(include.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/g6pv9 on line 3 Warning: main() [http://www.php.net/function.main]: Failed opening 'include.php' for inclusion (include_path='.:') in /in/g6pv9 on line 3 Notice: Undefined variable: mysql_host in /in/g6pv9 on line 4 Notice: Undefined variable: mysql_username in /in/g6pv9 on line 4 Notice: Undefined variable: mysql_password in /in/g6pv9 on line 4 Warning: mysql_connect() [http://www.php.net/function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /in/g6pv9 on line 4 4 Invalid connect: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

preferences:
270.71 ms | 403 KiB | 390 Q