<?php
class Foo {

    function bar() {
    }
//}
    
function foobar() {
    return 'Manuel';
}