Lines Matching refs:Foo
27 class Foo49 (new Foo)->catch();50 (new Foo)->foreach();51 Foo::throw();52 Foo::self();53 var_dump(Foo::$list['a']);54 Foo::attempt();55 Foo::die();56 Foo::bye();57 Foo::byebye();58 Foo::farewell();