Home
last modified time | relevance | path

Searched refs:dom_validate_and_extract (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/dom/
H A Ddomimplementation.c285 int errorcode = dom_validate_and_extract(uri, qualified_name, &localname, &prefix); in PHP_METHOD()
H A Dphp_dom.h165 int dom_validate_and_extract(const zend_string *namespace, const zend_string *qname, xmlChar **loca…
H A Ddocument.c917 int errorcode = dom_validate_and_extract(uri, name, &localname, &prefix); in PHP_METHOD()
971 errorcode = dom_validate_and_extract(uri, name, &localname, &prefix); in PHP_METHOD()
H A Delement.c1013 int errorcode = dom_validate_and_extract(uri, name, &localname, &prefix); in dom_set_attribute_ns_modern()
2017 int errorcode = dom_validate_and_extract(namespace_uri, qualified_name, &localname, &prefix); in PHP_METHOD()
H A Dphp_dom.c2075 int dom_validate_and_extract(const zend_string *namespace, const zend_string *qname, xmlChar **loca… in dom_validate_and_extract() function

Completed in 28 milliseconds