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
When using array_splice, the count of an array is assumed to still be non-zero, although all items may have been consumed by ref.
https://phpstan.org/r/ed7751a9-537f-4855-a940-9f63de5d1c10
No error, as per https://3v4l.org/YoPBg you can very well see that it is not always false :)
Definitely, I found some bugs in my code (and yours;)
The text was updated successfully, but these errors were encountered:
@Seldaek After the latest commit in dev-master, PHPStan now reports different result with your code snippet:
@@ @@ +5: While loop condition is always true. 8: Negated boolean expression is always false.
While loop condition is always true.
Negated boolean expression is always false.
Sorry, something went wrong.
Fixed: phpstan/phpstan-src@6754df5
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Bug report
When using array_splice, the count of an array is assumed to still be non-zero, although all items may have been consumed by ref.
Code snippet that reproduces the problem
https://phpstan.org/r/ed7751a9-537f-4855-a940-9f63de5d1c10
Expected output
No error, as per https://3v4l.org/YoPBg you can very well see that it is not always false :)
Did PHPStan help you today? Did it make you happy in any way?
Definitely, I found some bugs in my code (and yours;)
The text was updated successfully, but these errors were encountered: