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