Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Delement.c930 xmlNodePtr elemp, fakeAttrp; in PHP_FUNCTION() local
957 fakeAttrp = xmlNewDocNode(elemp->doc, NULL, (xmlChar *) nsptr->prefix, nsptr->href); in PHP_FUNCTION()
959 fakeAttrp = xmlNewDocNode(elemp->doc, NULL, (xmlChar *)"xmlns", nsptr->href); in PHP_FUNCTION()
961 fakeAttrp->type = XML_NAMESPACE_DECL; in PHP_FUNCTION()
962 fakeAttrp->parent = elemp; in PHP_FUNCTION()
963 fakeAttrp->ns = curns; in PHP_FUNCTION()
965 DOM_RET_OBJ(fakeAttrp, &ret, intern); in PHP_FUNCTION()

Completed in 19 milliseconds