a = B::foo(); } } class B { private $b; static public function foo() { return "I'm alive!"; } } ?>