-
Notifications
You must be signed in to change notification settings - Fork 245
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
Trying to access array offset on value of type int #365
Comments
A warning in this place can occur in many cases, most likely there is something wrong with the analyzed files. |
Here's the file: https://ugc.starfiles.co/file/H4KAmR590i6y/ARMCPUZ1-5-1Dangerou |
The provided sample seems to be a normal zip file structure. I did not encounter any errors or warnings on PHP v8.0.11 or v7.4.1 |
Im getting it on PHP 8.0.14 |
Looks like this warning going from that condition getID3/getid3/module.archive.zip.php Lines 298 to 303 in 73a25a8
|
This slightly inelegant change should fix it I think? |
Im getting the following error:
Trying to access array offset on value of type int
on line 29 of
getID3/getid3.lib.php
PHP Version: 8
The text was updated successfully, but these errors were encountered: