History log of /php-src/ext/dom/tests/gh15670.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 82c504fa 31-Aug-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-15670: Polymorphic cache slot issue in DOM (#15676)

A cache slot can be hit with different DOM object types, so we should
check if we're still handling the same type.