<?php trait T { public function foo() { } } interface I { function foo(); } class P { use T; } class C extends P implements I { use T; } echo (new ReflectionMethod(C::class, 'foo'))->getPrototype()->getDeclaringClass()->getName();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`