Test: /Zend/tests/accessors/accessor_std_parent_basic.phpt - Version 5.6.0-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+
003+ Fatal error: Access to undeclared static property: Shape::$Area in %s/accessor_std_parent_basic.php on line 14
002- Shape::getArea()
003- 16
004- Shape2::setArea(5);
005- Shape::setArea(5)
006- Shape2::getArea();
007- Shape::getArea()
008- 5