<?php $var = 'ололо'; functioin my(){return $GLOBALS['var'];} echo my(); // ололо ?>
<? function foot() { echo'</body></html>'; } ?>