x
 
<!DOCTYPE html>
<html>
<body>
<?php
function sayhi() {
   echo "Hello world!";
}
sayhi();
?>
</body>
</html>