<?php
function test() {
echo "Hello World\n";
}
if (!isset($greeting)) {
echo test();
return true;
?>