File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ PHP NEWS
301
301
(DanielEScherzer)
302
302
. Fixed bug GH-12856 (ReflectionClass::getStaticPropertyValue() returns UNDEF
303
303
zval for uninitialized typed properties). (nielsdos)
304
- . Fixed bug GH-15766 (ReflectionClass::toString () should have better output
304
+ . Fixed bug GH-15766 (ReflectionClass::__toString () should have better output
305
305
for enums). (DanielEScherzer)
306
306
. Added ReflectionProperty::getMangledName() method. (alexandre-daubois)
307
307
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ PHP 8.5 UPGRADE NOTES
391
391
argument are lower than -1 or if soft_limit is greater than hard_limit.
392
392
393
393
- Reflection:
394
- . The output of ReflectionClass::toString () for enums has changed to
394
+ . The output of ReflectionClass::__toString () for enums has changed to
395
395
better indicate that the class is an enum, and that the enum cases
396
396
are enum cases rather than normal class constants.
397
397
. The output of ReflectionProperty::__toString() for properties with
You can’t perform that action at this time.
0 commit comments