History log of /PHP-8.2/ext/xmlreader/tests/gh14183.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 15813d69 10-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-14183: XMLReader::open() can't be overridden

We should only return the override if the internal static method is matched.

Closes GH-14194.