Closed
Description
Bug report
> var_dump(phpversion(), (new XMLReader)->nodeType);
string(5) "8.2.0"
int(0)
the same applies for at least localName
as seen here this will produces an error with phpstan and php8.2 but not with previous versions.
the phpstorm stub contains the property:
/**
* The XMLReader extension is an XML Pull parser. The reader acts as a
* [...]
* @property-read int $nodeType The node type for the node
* [...]
*/
class XMLReader
Code snippet that reproduces the problem
https://phpstan.org/r/7b94ed04-7dfb-4add-a191-79ff6d64f940
Expected output
Did PHPStan help you today? Did it make you happy in any way?
yeah, always makes me happy :)