Searched refs:DOMChildNode (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/ext/dom/tests/ |
H A D | bug80600.phpt | 2 dom: DOMChildNode::remove does not work on character data
|
H A D | bug80602_4.phpt | 2 Bug #80602 (Segfault when using DOMChildNode::before()) - after text merge variation
|
H A D | gh9142.phpt | 2 GH-9142 (DOMChildNode replaceWith() double-free error when replacing elements not separated by any …
|
H A D | DOM4_ChildNode_wrong_document.phpt | 2 DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception
|
H A D | bug81642.phpt | 2 Bug #81642 (DOMChildNode::replaceWith() bug when replacing a node with itself)
|
H A D | bug80602_3.phpt | 2 Bug #80602 (Segfault when using DOMChildNode::before()) - use-after-free variation
|
H A D | bug80602.phpt | 2 Bug #80602 (Segfault when using DOMChildNode::before())
|
H A D | bug80602_2.phpt | 2 Bug #80602 (Segfault when using DOMChildNode::after())
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.stub.php | 280 interface DOMChildNode interface 482 class DOMCharacterData extends DOMNode implements DOMChildNode 544 class DOMElement extends DOMNode implements DOMParentNode, DOMChildNode
|
H A D | php_dom_arginfo.h | 677 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, remove, arginfo_class_DOMChildNode_remove, ZEND_ACC_PUBL… 678 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, before, arginfo_class_DOMChildNode_before, ZEND_ACC_PUBL… 679 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, after, arginfo_class_DOMChildNode_after, ZEND_ACC_PUBLIC… 680 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMChildNode, replaceWith, arginfo_class_DOMChildNode_replaceWith, ZEN…
|
/PHP-8.2/ |
H A D | NEWS | 1502 . Fixed bug #81642 (DOMChildNode::replaceWith() bug when replacing a node 1646 . Fixed bug #80602 (Segfault when using DOMChildNode::before()).
|
Completed in 19 milliseconds