--TEST--
Trying to use an undefined trait
--FILE--
<?php

class {
    use 
abc;
}

?>
--EXPECTF--
Fatal error: Trait 'abc' not found in %s on line %d