Home
last modified time | relevance | path

Searched refs:matching_ns (Results 1 – 1 of 1) sorted by path

/PHP-8.2/ext/dom/
H A Dphp_dom.c1509 xmlNsPtr matching_ns = xmlSearchNs(nodep->doc, nodep, attrp->ns->prefix); in php_dom_reconcile_attribute_namespace_after_insertion() local
1510 if (matching_ns && xmlStrEqual(matching_ns->href, attrp->ns->href)) { in php_dom_reconcile_attribute_namespace_after_insertion()
1511 attrp->ns = matching_ns; in php_dom_reconcile_attribute_namespace_after_insertion()

Completed in 24 milliseconds