Home
last modified time | relevance | path

Searched refs:removeChild (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.3/ext/dom/tests/
H A Dbug36756.phpt2 Bug #36756 (DOMDocument::removeChild corrupts node)
8 /* Node is preserved from removeChild */
14 $dom->removeChild($GLOBALS['dom']->firstChild);
16 /* Node gets destroyed during removeChild */
21 $GLOBALS['dom']->removeChild($GLOBALS['dom']->firstChild);
H A DDOMNode_removeChild_error1.phpt2 removeChild() where the node is not a child
15 $parent->removeChild($child1);
H A DDOMAttr_ownerElement_error_001.phpt15 $document->removeChild($root);
H A DDOMNode_removeChild_basic.phpt2 DOM removeChild : Basic Functionality
46 $noderemoved = $root->removeChild($current);
H A Duaf_doctype_iterator.phpt18 $dom->removeChild($dom->doctype);
H A Dbug32615.phpt47 $root->removeChild($root->firstChild);
52 $root->removeChild($root->firstChild);
H A Dentity_reference_stale_02.phpt24 $dom->removeChild($dom->doctype);
H A Dentity_reference_stale_01.phpt20 $dom->removeChild($dom->doctype);
H A Dbug54601.phpt19 $doc->removeChild($n);
H A DDOMNode_hasChildNodes.phpt25 $dom->documentElement->removeChild($dom->documentElement->firstChild);
H A Dbug77686.phpt15 $body->removeChild($div);
H A DDOMDocument_getElementsByTagName_liveness.phpt42 $root->removeChild($node);
H A DDOMDocument_item_cache_invalidation.phpt47 $root->removeChild( $node );
H A DDOMNode_cloneNode_basic.phpt44 $noderemoved = $root->removeChild($current);
H A Dbug80927.phpt12 $dom->removeChild($dom->documentElement);
H A Dbug67440.phpt37 $fragment->removeChild($fragment->firstChild);
H A Ddom001.phpt89 $rootnode->removeChild($children->item(0));
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddtd_node.phpt13 $dtd->ownerDocument->removeChild($dtd);
H A Dwithout_contructor.phpt19 $node->removeChild($node);
H A Dnotation_declaration.phpt17 $doc->removeChild($doc->doctype);
H A Dattribute_declaration.phpt20 $doc->removeChild($doc->doctype);
H A Delement_declaration.phpt22 $doc->removeChild($doc->doctype);
H A Dentity_declaration.phpt26 $doc->removeChild($doc->doctype);
H A Dgh9628_2.phpt45 $span->removeChild($span->childNodes[0]);
/PHP-8.3/ext/libxml/tests/
H A Dbug42112.phpt14 $node->parentNode->removeChild( $node );

Completed in 14 milliseconds

12