Home
last modified time | relevance | path

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

/PHP-7.2/ext/dom/
H A Delement.c531 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local
558 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()
559 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
565 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()
580 if (existattrp != NULL) { in PHP_FUNCTION()
581 DOM_RET_OBJ((xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
981 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local
1012 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()
1015 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1021 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds