Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php function myFunction($variable) { // $variable is unused. echo 'hi'; } ?>
<?php
function myFunction($variable) {
// $variable is unused.
echo 'hi';
}
?>