We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcc12f commit 3d90b77Copy full SHA for 3d90b77
UPGRADING
@@ -45,6 +45,9 @@ PHP 7.4 UPGRADE NOTES
45
. The "creating default object from empty value" warning is now consistently
46
thrown if a falsy value is promoted into an stdClass object. Previously some
47
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.
51
52
- BCMath:
53
. BCMath functions will now warn if a non well-formed number is passed, such
0 commit comments