Fails with the following code: ```php <?php namespace A; function test() { return \trim(''); } ``` This provides `use trim;` which is only to be used with classes.