3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { try { echo "1\n"; throw new Exception("E1"); } catch (Exception $e) { throw $e; } finally { try { echo "2\n"; throw new Exception("E2"); } catch (\Exception $e) { echo "3\n"; } } echo "4-\n"; } catch (\Exception $e) { echo "4+".$e->getMessage()."\n"; } echo "5\n";

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
168.34 ms | 2638 KiB | 10 Q