コード例 #1
0
ファイル: 014.php プロジェクト: kingsj/core
function foo()
{
    $foo->bar();
    $bar->bar();
    foobar::bar();
    $bar->bar();
}