Skip to content

Commit 3d90b77

Browse files
committed
Fix bug #78887: Add upgrading note about get_declared_classes() order
[ci skip]
1 parent 5fcc12f commit 3d90b77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ PHP 7.4 UPGRADE NOTES
4545
. The "creating default object from empty value" warning is now consistently
4646
thrown if a falsy value is promoted into an stdClass object. Previously some
4747
cases like `$null->prop[0] = $val` missed this warning.
48+
. Previously get_declared_classes() always returned parent classes before
49+
child classes. This is no longer the case. No particular order is guaranteed
50+
for the get_declared_classes() return value.
4851

4952
- BCMath:
5053
. BCMath functions will now warn if a non well-formed number is passed, such

0 commit comments

Comments
 (0)