Bug report
When calling apcu_* functions like apcu_fetch() with the same parameters more than once, subsequent calls are no longer considered as being able to return false if a false check was made after the first call. This occurs since PHPStan 2.1.45.
Code snippet that reproduces the problem
https://phpstan.org/r/57d5e42e-4810-4589-84a4-554a8ec4da0c
Expected output
No error is expected, as was the case up to PHPStan 2.1.44.
Did PHPStan help you today? Did it make you happy in any way?
No response
Bug report
When calling apcu_* functions like apcu_fetch() with the same parameters more than once, subsequent calls are no longer considered as being able to return false if a false check was made after the first call. This occurs since PHPStan 2.1.45.
Code snippet that reproduces the problem
https://phpstan.org/r/57d5e42e-4810-4589-84a4-554a8ec4da0c
Expected output
No error is expected, as was the case up to PHPStan 2.1.44.
Did PHPStan help you today? Did it make you happy in any way?
No response