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