Home
last modified time | relevance | path

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

/PHP-5.3/ext/dom/
H A Delement.c536 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local
563 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()
564 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
570 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()
585 if (existattrp != NULL) { in PHP_FUNCTION()
586 DOM_RET_OBJ(rv, (xmlNodePtr) existattrp, &ret, intern); in PHP_FUNCTION()
961 xmlAttr *attrp, *existattrp = NULL; in PHP_FUNCTION() local
992 existattrp = xmlHasProp(nodep, attrp->name); in PHP_FUNCTION()
995 if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1001 xmlUnlinkNode((xmlNodePtr) existattrp); in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds