History log of /PHP-7.4/ext/dom/tests/bug79271.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 09669411 14-Feb-2020 Christoph M. Becker

Fix #79271: DOMDocumentType::$childNodes is NULL

Dom level 2 core, DOM level 3 core and the DOM living standard agree
that `childNodes` always return a `NodeList`, and never `null`.