<?php trait t {} class a { use t; } $a = new a(); var_dump($a instanceof t); // I dreamt it to be true!
You have javascript disabled. You will not be able to edit any code.