<?php trait t { function as() { echo 'as'; } } class x { use t { as as as ;} } (new x)->as(); // prints as
You have javascript disabled. You will not be able to edit any code.