<?php trait Foo { final protected function bar() { echo 'Foo'; } } class FooBar { use Foo; public function __construct() { $this->bar(); } } class FooBarBar extends FooBar { protected function bar() { echo 'FooBarBar'; } } new FooBar();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`