Searched refs:nsuri (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/simplexml/ |
H A D | simplexml.c | 1704 char *qname, *value = NULL, *nsuri = NULL; in SXE_METHOD() local 1711 &qname, &qname_len, &value, &value_len, &nsuri, &nsuri_len) == FAILURE) { in SXE_METHOD() 1742 if (nsuri != NULL) { in SXE_METHOD() 1745 nsptr = xmlNewNs(newnode, (xmlChar *)nsuri, prefix); in SXE_METHOD() 1747 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD() 1749 nsptr = xmlNewNs(newnode, (xmlChar *)nsuri, prefix); in SXE_METHOD() 1769 char *qname, *value = NULL, *nsuri = NULL; in SXE_METHOD() local 1812 attrp = xmlHasNsProp(node, localname, (xmlChar *)nsuri); in SXE_METHOD() 1822 if (nsuri != NULL) { in SXE_METHOD() 1823 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD() [all …]
|
/PHP-7.2/ext/dom/ |
H A D | element.c | 1056 xmlChar *local, *nsuri; in PHP_FUNCTION() local 1067 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION() 1068 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
|
H A D | document.c | 1166 xmlChar *local, *nsuri; in PHP_FUNCTION() local 1177 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION() 1178 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
|
Completed in 38 milliseconds