<?php trait t { function foo() { echo __METHOD__.PHP_EOL; } } class x { use t { foo as goo; foo as ioo; } } (new x)->foo(); // t::foo (new x)->goo(); // t::foo (new x)->ioo(); // t::foo
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`