3v4l.org

run code in 300+ PHP versions simultaneously
<?php include 'dbconfig.php'; $conn = $dbConnection; $query = " UPDATE Events SET title=:title, resource=:resource, start_event=:start_event, end_event=:end_event WHERE id=:id "; $statement = $conn->prepare($query); $start = date_create_from_format('D M d Y H:i:s \G\M\TO+', $_POST['start'])->format('Y-m-d H:i:s'); $end = date_create_from_format('D M d Y H:i:s \G\M\TO+', $_POST['end'])->format('Y-m-d H:i:s'); $statement->execute(array( ':id' => $_POST['id'], ':title' => $_POST['title'], ':resource' => $_POST['resource'], ':start_event' => $start, ':end_event' => $end ) ); ?> Error: [Sat Mar 30 02:47:19.549392 2019] [php7:error] [pid 25123] [client ***] PHP Fatal error: Uncaught Error: Call to a member function format() on boolean in /var/app/current/insert.php:14 Stack trace:\n#0 {main}\n thrown in /var/app/current/insert.php on line 14, referer: ***.us-west-2.elasticbeanstalk.com/
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.23, 8.3.0 - 8.3.11
Warning: include(): open_basedir restriction in effect. File(dbconfig.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kUDsJ on line 2 Warning: include(dbconfig.php): Failed to open stream: Operation not permitted in /in/kUDsJ on line 2 Warning: include(): Failed opening 'dbconfig.php' for inclusion (include_path='.:') in /in/kUDsJ on line 2 Warning: Undefined variable $dbConnection in /in/kUDsJ on line 4 Fatal error: Uncaught Error: Call to a member function prepare() on null in /in/kUDsJ:10 Stack trace: #0 {main} thrown in /in/kUDsJ on line 10
Process exited with code 255.
Output for 8.0.13
Warning: include(dbconfig.php): Failed to open stream: No such file or directory in /in/kUDsJ on line 2 Warning: include(): Failed opening 'dbconfig.php' for inclusion (include_path='.:') in /in/kUDsJ on line 2 Warning: Undefined variable $dbConnection in /in/kUDsJ on line 4 Fatal error: Uncaught Error: Call to a member function prepare() on null in /in/kUDsJ:10 Stack trace: #0 {main} thrown in /in/kUDsJ on line 10
Process exited with code 255.
Output for 7.4.33
Warning: include(dbconfig.php): failed to open stream: No such file or directory in /in/kUDsJ on line 2 Warning: include(): Failed opening 'dbconfig.php' for inclusion (include_path='.:') in /in/kUDsJ on line 2 Notice: Undefined variable: dbConnection in /in/kUDsJ on line 4 Fatal error: Uncaught Error: Call to a member function prepare() on null in /in/kUDsJ:10 Stack trace: #0 {main} thrown in /in/kUDsJ on line 10
Process exited with code 255.
Output for 7.1.25 - 7.1.27, 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(dbconfig.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/kUDsJ on line 2 Warning: include(dbconfig.php): failed to open stream: Operation not permitted in /in/kUDsJ on line 2 Warning: include(): Failed opening 'dbconfig.php' for inclusion (include_path='.:') in /in/kUDsJ on line 2 Notice: Undefined variable: dbConnection in /in/kUDsJ on line 4 Fatal error: Uncaught Error: Call to a member function prepare() on null in /in/kUDsJ:10 Stack trace: #0 {main} thrown in /in/kUDsJ on line 10
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Warning: include(dbconfig.php): failed to open stream: No such file or directory in /in/kUDsJ on line 2 Warning: include(): Failed opening 'dbconfig.php' for inclusion (include_path='.:') in /in/kUDsJ on line 2 Fatal error: Uncaught Error: Call to a member function prepare() on null in /in/kUDsJ:10 Stack trace: #0 {main} thrown in /in/kUDsJ on line 10
Process exited with code 255.

preferences:
67.2 ms | 413 KiB | 5 Q