çalışmaz
<?php
function myFunction($a, $b)
{
    echo $a . $b;
}

myFunction($a='deneme', $b='r10');
böyle olursa çalışır ama