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

There is 1 diff reported by users for this test.

Count Diff
12 (100%)
002+
003+ Fatal error: Uncaught Error: Typed static property Test::$y must not be accessed before initialization in %s/ReflectionProperty_typed_static.php:14
004+ Stack trace:
005+ #0 %s/ReflectionProperty_typed_static.php(14): ReflectionProperty->getValue()
006+ #1 {main}
007+ thrown in %s/ReflectionProperty_typed_static.php on line 14
002- Typed static property Test::$y must not be accessed before initialization
003- int(24)
004- Typed property Test::$y must be int, string used
005- int(24)
006- Cannot assign string to reference held by property Test::$y of type int
007- int(24)