Exemplo n.º 1
0
function aRelay($a)
{
    return notARelay($a);
}
Exemplo n.º 2
0
function aRelay(stdclass $a)
{
    return notARelay($a);
}
Exemplo n.º 3
0
function aRelay($a = null)
{
    return notARelay($a);
}