Home
last modified time | relevance | path

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

/PHP-7.2/ext/dom/
H A Delement.c924 xmlNodePtr elemp, fakeAttrp; in PHP_FUNCTION() local
950 fakeAttrp = xmlNewDocNode(elemp->doc, NULL, (xmlChar *) nsptr->prefix, nsptr->href); in PHP_FUNCTION()
952 fakeAttrp = xmlNewDocNode(elemp->doc, NULL, (xmlChar *)"xmlns", nsptr->href); in PHP_FUNCTION()
954 fakeAttrp->type = XML_NAMESPACE_DECL; in PHP_FUNCTION()
955 fakeAttrp->parent = elemp; in PHP_FUNCTION()
956 fakeAttrp->ns = curns; in PHP_FUNCTION()
958 DOM_RET_OBJ(fakeAttrp, &ret, intern); in PHP_FUNCTION()

Completed in 10 milliseconds