<?php trait Hello { abstract public function getWorld($a, $b, $c); } class MyHelloWorld { use Hello; public function getWorld() { return $this->world; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`