Bug report
If you check for ini_get in inside an if statement like here in symfony and access it later the check before is not kept in mind and so phpstan will fail.
Code snippet that reproduces the problem
https://phpstan.org/r/57150eac-dde7-4f08-b05d-549720c8e5ea
Expected output
No Errors