<?php class MockReflectionMethod extends ReflectionFunctionAbstract { public static function export() {} public function __toString() {} } try { (new MockReflectionMethod)->isStatic(); } catch(Throwable $e) { echo $e->getMessage(); } try { (new MockReflectionMethod)->getReturnType(); // same issue with returnsReference } catch(Throwable $e) { echo $e->getMessage(); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`