3v4l.org

run code in 300+ PHP versions simultaneously
<?php class DbTable { public function __construct() { try { throw new \Exception('Database made a boo boo'); } catch (\Exception $e) { // ok, reconnect } } } try { throw new \Exception('Server made a boo boo'); } catch(\Exception $e) { // do smth echo $e->getMessage()."\n"; throw $e; } finally { $db = new DbTable(); echo "Done\n"; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
164.73 ms | 3348 KiB | 8 Q