Lines Matching refs:Foo
6 namespace Foo\Bar {
37 Foo\Bar\One;
46 Foo\Bar\Two::run(); // resolve runtime lookups
48 Foo\Bar\Three::run(); // resolve runtime lookups with inheritance
50 Foo\Bar\Three::checkCompileTime();
56 string(11) "Foo\Bar\Moo"
58 string(11) "Foo\Bar\One"
62 object(Foo\Bar\One)#1 (0) {
64 string(11) "Foo\Bar\Two"
65 string(11) "Foo\Bar\Two"
66 string(11) "Foo\Bar\One"
67 string(11) "Foo\Bar\Baz"
69 string(11) "Foo\Bar\Two"
70 string(13) "Foo\Bar\Three"
71 string(11) "Foo\Bar\One"
72 string(11) "Foo\Bar\Baz"
74 string(13) "Foo\Bar\Three"
75 string(11) "Foo\Bar\Baz"
76 string(11) "Foo\Bar\One"
77 string(11) "Foo\Bar\Two"