--TEST-- Redeclare inherited private static property as protected. --FILE-- p . "\n"; } } A::showA(); $b = new B; $b->showA(); $b->showB(); ?> --EXPECTF-- A::p (static) A::p (static) B::p