<?php class A { public function foo(B $b) { return $b->bar(); } } class B extends A { protected function bar() { return 'OK'; } } echo (new A)->foo(new B);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`