The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?php
function myFunc($blah, $x, $blah) {}
function myFunc($a, $b, $c) {}
function myFunc($a, $a, $a) {}
function myFunc($a='1', $b='1', $a='2') {}
?>