$path = trim($base . '/' . $uf);
That could be causing it. I'm assuming $base is some sort of root folder you are searching, so if $uf is something like '', '.', or '../' that could return true. We would have to see what values you are using in your foreach to know anything further.
[EDIT]
Doing some more looking the above code works fine on OpenBSD 4.3 with PHP 5.2.
