<?php function a() { return b(); } function b() { return c(); } function c() { return new Exception(); } $e = a(); echo "After a(), before throw\n"; throw $e;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`