<?php function foo() { return bar(); } function bar(bool $x = true) { return ($x ? 'qux' : 'foobar')(); } function qux() { return bar(false); } function foobar() { return new \Exception("AAAAARGH"); } $terror = foo(); throw $terror;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`