Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt17 $new_child = $document->createElement('qux');
18 $old_child = $parent->replaceChild($new_child, $parent->firstChild);
24 $parent->replaceChild($new_child, $parent->firstChild);
28 $new_child = $document->getElementsByTagName('spam')->item(0);
30 $parent->replaceChild($new_child, $parent->firstChild);
/PHP-5.5/ext/dom/
H A Dnode.c1018 new_child = NULL; in PHP_FUNCTION()
1064 new_child = child; in PHP_FUNCTION()
1066 new_child->next = refp; in PHP_FUNCTION()
1068 refp->prev = new_child; in PHP_FUNCTION()
1070 new_child->prev->next = new_child; in PHP_FUNCTION()
1074 new_child->parent->children = new_child; in PHP_FUNCTION()
1098 if (new_child == NULL) { in PHP_FUNCTION()
1110 new_child = child; in PHP_FUNCTION()
1144 if (NULL == new_child) { in PHP_FUNCTION()
1355 new_child = child; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds