mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
a8955926c2
This bug was caused by the fact that dom_get_elements_by_tag_name_ns_raw uses an empty string to filter on the default namespace (as NULL means 'no filter'), whereas in the node itself the default namespace is signalled by nodep->ns being null.