<?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";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`