<?php function foo () { try { throw new Exception; } finally { throw new RuntimeException; } } try { foo(); } catch (RuntimeException $e) { var_dump($e); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`