Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dnode.c1054 xmlAttrPtr lastattr; in PHP_METHOD() local
1060 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
1061 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
1062 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_METHOD()
1101 xmlAttrPtr lastattr; in PHP_METHOD() local
1107 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
1108 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
1314 xmlAttrPtr lastattr; in PHP_METHOD() local
1320 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
1321 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
[all …]

Completed in 10 milliseconds