<?php class A { public function __toString() { throw new Exception; } } try { $a = new A; echo $a; } catch (Exception $e) { echo 'Works!'; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`