Lines Matching refs:Foo
7 namespace Foo;
9 class Foo {
22 $x = new Foo;
23 \Foo\Bar();
24 $x = new \Foo\Foo;
25 \Foo\Foo::Bar();
26 \Foo\Bar();
27 Foo\Bar();
30 Method - Foo\Foo::__construct
31 Func - Foo\Bar
32 Method - Foo\Foo::__construct
33 Method - Foo\Foo::Bar
34 Func - Foo\Bar
36 Fatal error: Uncaught Error: Call to undefined function Foo\Foo\Bar() in %sns_026.php:%d