We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I open the file and get this error.
dechex(): Argument #1 ($num) must be of type int, float given
I cannot provide the file due to an NDA but i had the same issue as #729 which was fixed by removing those few lines of code but i got this issue now.
The text was updated successfully, but these errors were encountered:
I fixed the issue for myself, the problem was with the casts only casting the first parameter and not the whole result Before: After:
Sorry, something went wrong.
Also had the same issue here:
Before:
After:
Successfully merging a pull request may close this issue.
I open the file and get this error.
dechex(): Argument #1 ($num) must be of type int, float given
I cannot provide the file due to an NDA but i had the same issue as #729 which was fixed by removing those few lines of code but i got this issue now.
The text was updated successfully, but these errors were encountered: