fooing(); } } class foo3 extends foo2 { function foo3() { $this->foo2(); } } $x = new foo3; $x->foo3(); ?>