function sayhello() { echo 'hello'; }
eval('$content .= "' . sayhello() . '";');
$content .= sayhello();