Test: /ext/reflection/tests/ReflectionMethod_constructor_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/ReflectionMethod_constructor_basic.php on line 43
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- New-style constructor:
003- bool(true)
004-
005- Inherited new-style constructor
006- bool(true)
007-
008- Old-style constructor:
009- bool(true)
010-
011- Inherited old-style constructor:
012- bool(true)
013-
014- Not a constructor:
015- bool(false)
016-
017- Inherited method of the same name as the class:
018- bool(false)
019-
020- Old-style constructor:
021- bool(false)
022-
023- Redefined constructor:
024- bool(true)
025-
026- New-style constructor:
027- bool(true)
028-
029- Redefined old-style constructor:
030- bool(false)