--TEST-- Redeclare inherited protected static property as public. --FILE-- p . "\n"; } } A::showA(); $b = new B; $b->showA(); $b->showB(); ?> --EXPECTF-- Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18