Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Dnode.c931 xmlAttrPtr lastattr; in PHP_METHOD() local
937 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
938 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
939 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_METHOD()
981 xmlAttrPtr lastattr; in PHP_METHOD() local
987 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
988 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
1220 xmlAttrPtr lastattr; in PHP_METHOD() local
1226 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_METHOD()
1227 if (lastattr != (xmlAttrPtr) child) { in PHP_METHOD()
[all …]

Completed in 8 milliseconds