Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/
H A Dbug80600.phpt2 dom: DOMChildNode::remove does not work on character data
H A Delement_child_and_parent_node_without_document.phpt2 DOMElement: DOMChildNode, DOMParentNode modifications without a document
H A DDOMChildNode_methods_without_parent.phpt2 DOMChildNode methods without a parent
H A Dbug80602_4.phpt2 Bug #80602 (Segfault when using DOMChildNode::before()) - after text merge variation
H A Dgh9142.phpt2 GH-9142 (DOMChildNode replaceWith() double-free error when replacing elements not separated by any …
H A DDOM4_ChildNode_wrong_document.phpt2 DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception
H A Dbug81642.phpt2 Bug #81642 (DOMChildNode::replaceWith() bug when replacing a node with itself)
H A Dbug80602_3.phpt2 Bug #80602 (Segfault when using DOMChildNode::before()) - use-after-free variation
H A Dbug80602.phpt2 Bug #80602 (Segfault when using DOMChildNode::before())
H A Dbug80602_2.phpt2 Bug #80602 (Segfault when using DOMChildNode::after())
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php283 interface DOMChildNode interface
506 class DOMCharacterData extends DOMNode implements DOMChildNode
568 class DOMElement extends DOMNode implements DOMParentNode, DOMChildNode
H A Dphp_dom_arginfo.h729 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, remove, arginfo_class_DOMChildNode_remove, ZEND_ACC_PUBL…
730 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, before, arginfo_class_DOMChildNode_before, ZEND_ACC_PUBL…
731 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, after, arginfo_class_DOMChildNode_after, ZEND_ACC_PUBLIC…
732 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, replaceWith, arginfo_class_DOMChildNode_replaceWith, ZEN…
/PHP-8.3/
H A DUPGRADING50 . DOMChildNode::after(), DOMChildNode::before(), DOMChildNode::replaceWith()
53 . Using the DOMParentNode and DOMChildNode methods without a document now
677 . DOMChildNode::remove() now runs in O(1) performance.
H A DNEWS701 . Align DOMChildNode parent checks with spec. (nielsdos)

Completed in 54 milliseconds