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 aed4f6e commit d3d85cbCopy full SHA for d3d85cb
UPGRADING
@@ -42,6 +42,9 @@ PHP 7.4 UPGRADE NOTES
42
with the STREAM_OPTION_READ_BUFFER option. Custom stream wrapper
43
implementations may need to implement the stream_set_option() method to
44
avoid a warning (always returning false is a sufficient implementation).
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
49
- BCMath:
50
. BCMath functions will now warn if a non well-formed number is passed, such
0 commit comments