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();23 Method - Foo::__construct24 Func - Foo\Bar25 Method - Foo\Foo::__construct26 Method - Foo\Foo::Bar27 Func - Foo\Bar