Example #1
0
File: 014.php Project: kingsj/core
function foo()
{
    $foo->bar();
    $bar->bar();
    foobar::bar();
    $bar->bar();
}