foo_bar.php   [plain text]


<?php

namespace foo;

function bar() {
    return 'local bar';
}