<?php trait t { function c() { var_dump(__METHOD__); } } class c { use t; } $o = new c;
You have javascript disabled. You will not be able to edit any code.