function foo()
{
    return namespace\baz\Foo::bar();
}
function foo()
{
    return baz\Foo::bar();
}