<?php trait theTrait { protected function test($a, $x=[]) { echo $a; } } class theClass { use theTrait; } class theExtend extends theClass { protected function test($a) { echo 'prefixed: ' . $a; } } $x = new theClass;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`