Test: /ext/reflection/tests/ReflectionClass_getStaticPropertyValue_001.phpt - Version 7.4.8    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003- string(16) "original private" 004- string(13) "default value" 005- string(18) "original protected" 006- string(15) "original public" 004+ Fatal error: Uncaught ReflectionException: Class A does not have a property named privateOverridden in %s/ReflectionClass_getStaticPropertyValue_001.php:17 005+ Stack trace: 006+ #0 %s/ReflectionClass_getStaticPropertyValue_001.php(17): ReflectionClass->getStaticPropertyValue('privateOverridd...') 007+ #1 {main} 008+ thrown in %s/ReflectionClass_getStaticPropertyValue_001.php on line 17 008- Retrieving static values from B: 009- string(15) "changed private" 010- string(17) "changed protected" 011- string(14) "changed public" 012- 013- Retrieving non-existent values from A with no default value: 014- Class A does not have a property named protectedDoesNotExist 015- Class A does not have a property named privateDoesNotExist