Test: /ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt - Version 7.4.0-dev    

There is 1 diff reported by users for this test.

Count Diff
28 (100%)
001+ Parse error: syntax error, unexpected 'Y' (T_LOGICAL_AND), expecting identifier (T_STRING) in %s/ReflectionObject_getConstructor_basic.php on line 21
001- Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; OldCtor has a deprecated constructor in %s on line %d
002-
003- Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; B has a deprecated constructor in %s on line %d
004-
005- Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; C has a deprecated constructor in %s on line %d
006- Constructor of NewCtor: __construct
007- Constructor of ExtendsNewCtor: __construct
008- Constructor of OldCtor: OldCtor
009- Constructor of ExtendsOldCtor: OldCtor
010- Constructor of OldAndNewCtor: __construct
011- Constructor of NewAndOldCtor: __construct
012- Constructor of B: B
013- Constructor of C: C
014- Constructor of D1: __construct
015- Constructor of D2: C
016- No constructor for X
017- No constructor for Y