Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dnode.c1007 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1013 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1014 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
1015 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_FUNCTION()
1049 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1055 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1056 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
1294 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1300 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1301 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds