Test: /tests/classes/final_ctor1.phpt - Version 5.7.0-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Class [ <user> class Extended extends Base ] {
001- Fatal error: Cannot override final Base::__construct() with Extended::Extended() in %sfinal_ctor1.php on line %d
002+ @@ %s/final_ctor1.php 14-19
003+
004+ - Constants [0] {
005+ }
006+
007+ - Static properties [0] {
008+ }
009+
010+ - Static methods [0] {
011+ }
012+
013+ - Properties [0] {
014+ }
015+
016+ - Methods [2] {
017+ Method [ <user, ctor> public method Extended ] {
018+ @@ %s/final_ctor1.php 16 - 18
019+ }
020+
021+ Method [ <user, inherits Base, ctor> public method __construct ] {
022+ @@ %s/final_ctor1.php 5 - 7
023+ }
024+ }
025+ }