<?php
function myFunction($variable) {
    // $variable is unused.
    echo 'hi';
}
?>
