<?php

function test() {
    include __DIR__."/globals.inc";
}

test();

echo "Done\n";
?>