PHPPresentation icon indicating copy to clipboard operation
PHPPresentation copied to clipboard

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

Open noblica06 opened this issue 1 year ago • 2 comments

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 avatar Oct 16 '24 11:10 noblica06

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 avatar Oct 16 '24 11:10 noblica06

Also had the same issue here:

Before: image

After: image

noblica06 avatar Oct 16 '24 11:10 noblica06

This issue has been fixed by a maintainer. You can help him by sponsoring him through Github sponsors.

Progi1984 avatar Jan 07 '25 12:01 Progi1984