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

Fix deprecation warning


# 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.