<?php trait T { public function __get($name) { return $this->$name; } } class Test { use T; private $test = 'I did it'; } echo (new Test)->test;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`