<?php $crasher = function (Exception $ex) { $ex->trace = new StdClass; }; $ex = new Exception(); $crasher = Closure::bind($crasher, null, $ex); $crasher($ex); throw $ex;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`