Exemple #1
0
function aRelay($a)
{
    return notARelay($a);
}
Exemple #2
0
function aRelay(stdclass $a)
{
    return notARelay($a);
}
Exemple #3
0
function aRelay($a = null)
{
    return notARelay($a);
}