Lines Matching refs:Foo
7 class Foo {16 $x = new Foo;17 Foo\Bar();18 $x = new Foo\Foo;19 Foo\Foo::Bar();20 \Foo\Bar();22 Method - Foo::__construct23 Func - Foo\Bar24 Method - Foo\Foo::__construct25 Method - Foo\Foo::Bar26 Func - Foo\Bar