示例#1
0
文件: 014.php 项目: kingsj/core
function foo()
{
    $foo->bar();
    $bar->bar();
    foobar::bar();
    $bar->bar();
}