<?php
echo "Hi";

function foo() {
    declare(encoding="utf-8");
}

echo "Bye"
?>