Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dnode.c1079 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1085 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1086 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
1087 xmlUnlinkNode((xmlNodePtr) lastattr); in PHP_FUNCTION()
1121 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1127 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1128 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
1366 xmlAttrPtr lastattr; in PHP_FUNCTION() local
1372 if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) { in PHP_FUNCTION()
1373 if (lastattr != (xmlAttrPtr) child) { in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds