-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unserializeArray on nonserialized string #4387
Conversation
There is Maybe thats better? |
Oh nice, my old code didn't have that yet |
Is it needed? (#4383 (comment)) |
Not really? For this PR, the type is already checked with This check was for Strings that aren't serialized |
If i got your comment right, the isse was fixed with updating your code. For me everything works, no need for changes. (Something i miss?) |
unserialize still causes an Exception when getting random string |
It relies on the order of the options returned by If for some reason, I currently can't reproduce, the order gets changed, or
|
Description (*)
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)