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

dechex(): Argument #1 ($num) must be of type int, float given #826

Open
noblica06 opened this issue Oct 16, 2024 · 2 comments · May be fixed by #827
Open

dechex(): Argument #1 ($num) must be of type int, float given #826

noblica06 opened this issue Oct 16, 2024 · 2 comments · May be fixed by #827

Comments

@noblica06
Copy link

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.

@noblica06
Copy link
Author

I fixed the issue for myself, the problem was with the casts only casting the first parameter and not the whole result
Before:
image
After:
image

@noblica06
Copy link
Author

Also had the same issue here:

Before:
image

After:
image

@noblica06 noblica06 linked a pull request Oct 16, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant