Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnode.c984 if (refp->parent != parentp) { in PHP_FUNCTION()
996 xmlSetTreeDoc(child, parentp->doc); in PHP_FUNCTION()
1039 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_FUNCTION()
1040 child->parent = parentp; in PHP_FUNCTION()
1042 xmlSetTreeDoc(child, parentp->doc); in PHP_FUNCTION()
1045 if (parentp->children == NULL) { in PHP_FUNCTION()
1046 parentp->children = child; in PHP_FUNCTION()
1047 parentp->last = child; in PHP_FUNCTION()
1049 child = parentp->last; in PHP_FUNCTION()
1052 parentp->last = new_child; in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds