You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #53906 [VarDumper] Fix serialization of stubs with null or uninitialized values (derrabus)
This PR was merged into the 6.4 branch.
Discussion
----------
[VarDumper] Fix serialization of stubs with null or uninitialized values
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#53905
| License | MIT
The`Stub::__sleep()` implementation excludes properties from the serialized representation that are set to their defaults, but it cannot tell apart properties with a null value from properties that don't have a default. This is an issue for typed properties that are uninitialized by default.
Commits
-------
3ffd495 [VarDumper] Fix serialization of stubs with null or uninitialized values
0 commit comments