<?php class Foo { /** * @return resource */ public function baz() { throw new \Exception(); } public function bar(): void { try { $handle = $this->baz(); } finally { echo isset($handle) ? 'ok' : 'ko'; } } } (new Foo())->bar();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`