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

Fixed the issue of casts not getting the whole expression #827

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

Conversation

noblica06
Copy link

@noblica06 noblica06 commented Oct 16, 2024

Description

I changed some casts to get the whole expression and not just the first number as in some cases it was causing some issues as the functions that got those params expected int and got float.

Fixes #826

Checklist:

  • My CI is 🟢

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

Successfully merging this pull request may close these issues.

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