Skip to content
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

Clear previous error for json_decode #425

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nepda
Copy link

@nepda nepda commented May 10, 2023

If you (or your framework) calls the native json_decode function with an invalid JSON string, it will save the last error in json_last_error().

If you then call the Safe function, you will get an error on a valid JSON.

The solution could be to call the native json_decode function once with a valid JSON to clear the last error.

Copied from: https://github.com/laravel/framework/pull/42125/files#diff-35f0fed0fb4be3d1d696cb36c7266cd36daed1aa31c9f74394c38620620776b4R77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant