function getContent() { echo "TEST..."; }
<?php function getContent() { echo "TEST..."; } getContent(); // вот он ?>