1 2 3 4 5 6 7 8 9 10 11 12
--TEST-- Trying to use an undefined trait --FILE-- <?php class A { use abc; } ?> --EXPECTF-- Fatal error: Trait 'abc' not found in %s on line %d