Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnode.c1013 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1019 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1020 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
1021 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_FUNCTION()
1055 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1061 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1062 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
1303 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1309 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1310 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds