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.
Fails with the following code:
This provides
use trim;which is only to be used with classes.