Exemplo n.º 1
0
Arquivo: 014.php Projeto: kingsj/core
function foo()
{
    $foo->bar();
    $bar->bar();
    foobar::bar();
    $bar->bar();
}