Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Dnode.c919 xmlAttrPtr lastattr; in PHP_METHOD() local
925 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
926 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
927 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_METHOD()
961 xmlAttrPtr lastattr; in PHP_METHOD() local
967 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
968 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
1216 xmlAttrPtr lastattr; in PHP_METHOD() local
1222 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
1223 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
[all …]

Completed in 8 milliseconds