<?php trait ATrait { public function __isset(string $name): bool { return false; } } trait BTrait { public function __isset(string $name): bool { return false; } } trait CTrait { use BTrait { __isset as private __b_isset; } } class Model { use ATrait; use CTrait; // __isset aliased and implemented in ATrait }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`