php-src/ext/dom/tests
Niels Dossche 111072a9f0
Fix GH-18744: PHP 8.4 classList works not correctly if copy HTMLElement by clone keyword.
The $classList property is special in the sense that it's a cached
object instance per (HTML)Element instance. The reason for this design
is because it has the [[SameObject]] IDL attribute.
Cloning in PHP also clones the properties, so it also clones the cached
instance. To solve this, we undo this by resetting the backing storage.

Closes GH-18749.
2025-06-04 18:59:05 +02:00
..
bug79701 Fix bug #79701: getElementById does not correctly work with duplicate definitions 2024-06-01 12:55:05 +02:00
compareDocumentPosition Add DOMNode::compareDocumentPosition() (#12146) 2023-09-09 01:14:26 +02:00
createAttributeNS_prefix_conflicts Fix various namespace prefix conflict resolution bugs and namespace shift bugs 2023-08-15 20:42:42 +02:00
delayed_freeing Fix crashes with entity references and predefined entities 2024-01-17 19:41:22 +01:00
gh11830 [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
manually_call_constructor Fix manually calling __construct() on DOM classes 2023-08-07 19:37:47 +02:00
modern Fix GH-18744: PHP 8.4 classList works not correctly if copy HTMLElement by clone keyword. 2025-06-04 18:59:05 +02:00
book-attr.xml
book-non-conforming-schema.xsd Fix permissions 2018-09-21 14:12:25 +02:00
book-not-a-schema.xsd Fix permissions 2018-09-21 14:12:25 +02:00
book.xml
book.xml.gz
book.xsd Fix permissions 2018-09-21 14:12:25 +02:00
book_with_dtd.xml
book_with_dtd2.xml
books.dtd
bug28721.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug28817.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug32615.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug34276.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug35342.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug35673.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug36756.phpt Fix GH-9628: Implicitly removing nodes from \DOMDocument breaks existing references 2023-07-03 21:31:57 +02:00
bug37277.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug37456.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug38438.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug38474.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug38850.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug38949.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug40836.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug41257.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug41374.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug42082.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug43364.phpt Merge branch 'PHP-8.0' 2021-05-26 13:21:43 +02:00
bug44648.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug45251.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug46185.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug46335.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug46849.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug47430.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug47530.phpt Restore old namespace reconciliation behaviour 2023-09-27 22:32:01 +02:00
bug47531_a.phpt Fix #47531: No way of removing redundant xmlns: declarations 2023-10-28 15:46:22 +02:00
bug47531_b.phpt Fix #47531: No way of removing redundant xmlns: declarations 2023-10-28 15:46:22 +02:00
bug47848.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug47849.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug49463.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug49490.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug50661.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug52656.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug54382.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug54601.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug55700.phpt Declare typed properties in ext/dom 2021-05-26 12:23:43 +02:00
bug61858.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug65196.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug66502.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug66783.phpt Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
bug67081.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug67081_0.xml Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
bug67081_1.xml Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
bug67081_2.xml Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
bug67440.phpt Fix bug #67440: append_node of a DOMDocumentFragment does not reconcile namespaces 2023-06-04 16:19:04 +02:00
bug67474.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug67949.phpt Fix reference access in dimensions for DOMNodeList and DOMNodeMap 2024-02-26 19:42:54 +01:00
bug69373.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug69679.phpt Fix tests for libxml2 2.14 2025-03-10 20:22:11 +01:00
bug69846.phpt Fix GH-13988: Storing DOMElement consume 4 times more memory in PHP 8.1 than in PHP 8.0 2024-08-27 20:14:25 +02:00
bug70001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug70359.phpt Implement DOMNode::parentElement and DOMNameSpaceNode::parentElement 2023-07-17 13:15:31 +02:00
bug70558.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug73907.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug74004.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug74416.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug75451.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug76285.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug77569.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug77686.phpt Fix bug #77686: Removed elements are still returned by getElementById 2023-06-04 16:20:34 +02:00
bug78025.phpt Fix tests for libxml2 2.14 2025-03-10 20:22:11 +01:00
bug78221.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug78577.phpt Implement DOMNode::parentElement and DOMNameSpaceNode::parentElement 2023-07-17 13:15:31 +02:00
bug79271.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug79451.phpt Merge branch 'PHP-8.0' into PHP-8.1 2022-08-19 18:13:48 +02:00
bug79852.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
bug79968.phpt Align DOMChildNode parent checks with spec 2023-08-09 21:24:33 +02:00
bug79971_2.phpt Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
bug80268.phpt Merge branch 'PHP-8.0' 2021-05-26 13:21:43 +02:00
bug80268_2.phpt Fix tests for libxml2 2.14 2025-03-10 20:22:11 +01:00
bug80332_1.phpt Fix #80332: Completely broken array access functionality with DOMNamedNodeMap 2023-06-18 14:59:19 +02:00
bug80332_2.phpt Fix #80332: Completely broken array access functionality with DOMNamedNodeMap 2023-06-18 14:59:19 +02:00
bug80600.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
bug80602.phpt Add missing EXTENSIONS section to DOM tests 2023-08-26 18:37:42 +02:00
bug80602_2.phpt Add missing EXTENSIONS section to DOM tests 2023-08-26 18:37:42 +02:00
bug80602_3.phpt Fix GH-13988: Storing DOMElement consume 4 times more memory in PHP 8.1 than in PHP 8.0 2024-08-27 20:14:25 +02:00
bug80602_4.phpt Add missing EXTENSIONS section to DOM tests 2023-08-26 18:37:42 +02:00
bug80927.phpt Fix #80927: Removing documentElement after creating attribute node: possible use-after-free 2023-08-12 18:49:12 +02:00
bug81433.phpt Merge branch 'PHP-8.0' into PHP-8.1 2021-09-13 12:14:32 +02:00
bug81642.phpt Fix bug #81642: DOMChildNode::replaceWith() bug when replacing a node with itself 2023-06-04 16:19:48 +02:00
bug_lifetime_parentNode_getAttributeNodeNS.phpt Fix lifetime issue with getAttributeNodeNS() 2023-06-13 17:29:37 +02:00
c14n_no_nodeset_returned.phpt Add a test for previously-uncovered error condition in C14N (#14283) 2024-05-20 23:55:01 +02:00
canonicalization.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
canonicalization_special_nodes.phpt Add additional test for special cases for C14N 2023-09-23 20:56:18 +02:00
childNodes_current_crash.phpt Fix crash when calling childNodes next() when iterator is exhausted 2024-04-30 22:30:58 +02:00
clone_attribute_namespace_01.phpt Fix cloning attribute with namespace disappearing namespace 2023-10-29 17:22:41 +01:00
clone_attribute_namespace_02.phpt Fix cloning attribute with namespace disappearing namespace 2023-10-29 17:22:41 +01:00
clone_nodes.phpt Implement DOMNode::parentElement and DOMNameSpaceNode::parentElement 2023-07-17 13:15:31 +02:00
dom.ent
dom.xml Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
dom001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom002.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom003.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom004.phpt Updates for libxml2 >= 2.13.0 2024-10-22 00:17:12 +02:00
DOM4_ChildNode_wrong_document.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOM4_DOMNode_after.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_after_ns.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_append_ns.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_before.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_before_ns.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_ElementSiblings.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_prepend_ns.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_remove.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_removeDanglingElement.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_DOMNode_replaceWith.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_ParentNode.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_ParentNode_append.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_ParentNode_append_invalidtypes.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_ParentNode_append_with_attributes.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_ParentNode_append_wrong_document.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOM4_ParentNode_Fragment.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOM4_ParentNode_prepend.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom005.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom006.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom007.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom_comment_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom_comment_variation.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom_create_element.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
dom_import_simplexml.phpt Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
DOM_PHP_ERR_deprecated.phpt Deprecate DOM_PHP_ERR (#15234) 2024-08-04 22:00:01 +02:00
dom_set_attr_node.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
dom_test.inc [RFC] Implement new DOM Living Standard APIs in ext/dom 2020-02-28 16:13:39 +01:00
dom_xinclude.phpt Make XMLDocument::xinclude() return values and error conditions sane 2024-06-24 12:36:35 -07:00
dom_xinclude_errors.phpt Make XMLDocument::xinclude() return values and error conditions sane 2024-06-24 12:36:35 -07:00
DOMAttr_construct_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMAttr_name_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMAttr_ownerElement_error_001.phpt Fix GH-9628: Implicitly removing nodes from \DOMDocument breaks existing references 2023-07-03 21:31:57 +02:00
DOMAttr_value_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMAttr_value_basic_002.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
domattributes.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCDATASection_construct_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCharacterData_appendData_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCharacterData_data_basic_002.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCharacterData_data_error_002.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCharacterData_deleteData_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCharacterData_deleteData_error_002.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCharacterData_length_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMCharacterData_replaceWith_self.phpt Fix DOMCharacterData::replaceWith() with itself 2023-07-24 18:58:17 +02:00
DOMCharacterData_substringData_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
domchardata.phpt Add negative test for isElementContentWhitespace() 2023-07-03 20:20:05 +02:00
DOMChildNode_methods_without_parent.phpt Align DOMChildNode parent checks with spec 2023-08-09 21:24:33 +02:00
DOMComment_appendData_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_appendData_basic_Sullivan.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_construct_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_construct_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_insertData_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_insertData_error1.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_insertData_error2.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_replaceData_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_replaceData_error1.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMComment_replaceData_error2.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_adoptNode.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_adoptNode_attribute_references.phpt Fix crash in adoptNode with attribute references 2023-12-23 16:58:11 +01:00
DOMDocument_config_basic.phpt Deprecate Soft-deprecated DOMDocument and DOMEntity properties (#15369) 2024-08-13 12:39:20 +01:00
DOMDocument_createAttribute_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_createAttribute_error.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_createAttribute_error1.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_createAttribute_variation.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
domdocument_createentityreference_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_createEntityReference_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_createEntityReference_error1.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_createProcessingInstruction_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_createProcessingInstruction_error.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_documentURI_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_encoding_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_getElementsByTagName_liveness.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_getElementsByTagName_liveness_simplexml.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_getElementsByTagName_liveness_tree_walk.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_getElementsByTagName_liveness_write_properties.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_getElementsByTagName_liveness_xinclude.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_getElementsByTagNameNS_match_any_namespace.phpt Fix spec compliance error for DOMDocument::getElementsByTagNameNS 2023-05-30 17:35:38 +02:00
DOMDocument_implementationRead_basic.phpt Declare dynamic properties in ext/dom 2021-05-18 15:12:35 +02:00
DOMDocument_importNode_attribute_prefix_conflict.phpt Fix cloning attribute with namespace disappearing namespace 2023-10-29 17:22:41 +01:00
DOMDocument_item_cache_invalidation.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_json_encode.phpt Fix json_encode result on DOMDocument 2023-08-01 17:28:51 +02:00
DOMDocument_length_cache_invalidation.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_liveness_caching_invalidation.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMDocument_load_basic.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_error1.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_load_error1_gte2_12.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_load_error2_gte2_11.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_load_error2_gte2_12.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_load_error2_pre2_11.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_error3.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_error4.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_error5.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_error6.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
DOMDocument_load_variation1.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_variation2.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_variation3.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_load_variation4.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadHTML_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_loadHTML_error2.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
DOMDocument_loadHTMLfile.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadHTMLfile_error1.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
DOMDocument_loadHTMLfile_error2.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
DOMDocument_loadHTMLfile_variation1.phpt Merge branch 'PHP-8.2' into PHP-8.3 2025-03-10 20:23:36 +01:00
DOMDocument_loadHTMLfile_variation2.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_basic.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_error1.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_loadXML_error1_gte2_12.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_loadXML_error2_gte2_11.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_loadXML_error2_gte2_12.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
DOMDocument_loadXML_error2_pre2_11.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_error3.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_error4.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_error5.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_error6.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
DOMDocument_loadXML_variation1.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_variation2.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_variation3.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_loadXML_variation4.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMDocument_preserveWhiteSpace_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_preserveWhiteSpace_variations.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_recover_write.phpt Some more DOM testing and code style updates (#12933) 2023-12-16 13:46:08 +01:00
DOMDocument_relaxNGValidate_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_relaxNGValidate_basic.rng
DOMDocument_relaxNGValidate_error1.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_relaxNGValidate_error2.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
DOMDocument_relaxNGValidateSource_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_relaxNGValidateSource_error1.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_relaxNGValidateSource_error2.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_resolveExternals_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_save_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_saveHTML_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_saveHTML_basic_gte_2_13.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
DOMDocument_saveHTML_error2.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_saveHTML_variant1.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_saveHTML_variant2.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_saveHTMLFile_basic.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
DOMDocument_saveHTMLFile_error2.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_saveHTMLFile_formatOutput.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
DOMDocument_saveHTMLFile_formatOutput_gte_2_13.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
DOMDocument_saveHTMLFile_invalid_filename.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
DOMDocument_savexml_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_saveXML_XML_SAVE_NO_DECL.phpt Update DOM test to work around libxml2 bug 2023-08-23 21:52:53 +02:00
DOMDocument_schemaValidate_addAttrs.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_schemaValidate_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_schemaValidate_error1.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_schemaValidate_error2.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_schemaValidate_error3.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
DOMDocument_schemaValidate_error5.phpt Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
DOMDocument_schemaValidate_error6.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_schemaValidate_missingAttrs.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_schemaValidateSource_addAttrs.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_schemaValidateSource_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_schemaValidateSource_error1.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_schemaValidateSource_error2.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_schemaValidateSource_error3.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
DOMDocument_schemaValidateSource_missingAttrs.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_standalone_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_strictErrorChecking_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_strictErrorChecking_variation.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMDocument_validate_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_validate_error2.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_validate_external_dtd.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_validate_on_parse_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_validate_on_parse_variation.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocument_version_write.phpt Some more DOM testing and code style updates (#12933) 2023-12-16 13:46:08 +01:00
DOMDocumentFragment_appendXML_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentFragment_appendXML_error_002.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentFragment_appendXML_error_003.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentFragment_construct_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentFragment_construct_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
domdocumentload_test_method.inc Rename *.php files in ext/dom tests to *.inc 2018-09-23 17:22:55 +02:00
domdocumentload_test_method_savexml.inc Rename *.php files in ext/dom tests to *.inc 2018-09-23 17:22:55 +02:00
domdocumentload_utilities.inc Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
domdocumentloadxml_test_method.inc Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
domdocumentloadxml_test_method_savexml.inc Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
DOMDocumentType_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_entities_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_internalSubset_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_name_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_notations_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_publicId_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_publicId_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_systemId_basic_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMDocumentType_systemId_error_001.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
domelement.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMElement_append_hierarchy_test.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMElement_className.phpt Implement DOMElement::className 2023-07-13 19:05:09 +02:00
DOMElement_get_or_has_attribute_ns_xmlns.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMElement_getAttributeNames.phpt Implement DOMElement::getAttributeNames() 2023-07-13 16:18:10 +02:00
DOMElement_getElementsByTagName_without_document.phpt Implement iteration cache, item cache and length cache for node list iteration (#11330) 2023-06-03 00:13:14 +02:00
DOMElement_hasAttributes_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMElement_id.phpt Implement DOMElement::id 2023-07-14 14:37:11 +02:00
DOMElement_insertAdjacentElement.phpt Implement DOMElement::insertAdjacent{Element,Text} (#11700) 2023-07-17 17:42:47 +02:00
DOMElement_insertAdjacentText.phpt Merge branch 'PHP-8.2' into PHP-8.3 2024-07-04 15:37:35 +02:00
DOMElement_prefix_empty.phpt Fix DOMElement->prefix with empty string creates bogus prefix 2023-11-27 13:27:07 +01:00
DOMElement_prepend_hierarchy_test.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMElement_replaceChildren.phpt Implement DOMParentNode::replaceChildren() 2023-07-14 14:34:29 +02:00
DOMElement_setAttributeNS_prefix_conflict.phpt Fix various namespace prefix conflict resolution bugs and namespace shift bugs 2023-08-15 20:42:42 +02:00
DOMElement_toggleAttribute.phpt Fix DOM tests for upcoming libxml2 serializer changes 2025-04-23 18:29:44 +02:00
DOMElement_toggleAttribute_without_document.phpt Fix crash when toggleAttribute() is used without a document 2023-12-22 21:12:59 +01:00
DOMEntity_fields.phpt Deprecate Soft-deprecated DOMDocument and DOMEntity properties (#15369) 2024-08-13 12:39:20 +01:00
DOMEntityReference_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMEntityReference_error1.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMEntityReference_predefined_free.phpt Merge branch 'PHP-8.2' into PHP-8.3 2024-07-04 15:37:35 +02:00
DOMImplementation_createDocument_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMImplementation_createDocumentType_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMImplementation_hasFeature_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNamedNodeMap_count.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNamedNodeMap_edge_case_offset.phpt Add edge-case testcase for offset in DOMNamedNodeMap 2023-07-03 20:20:05 +02:00
DOMNamedNodeMap_string_references.phpt Fix reference access in dimensions for DOMNodeList and DOMNodeMap 2024-02-26 19:42:54 +01:00
DOMNode_C14N_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_C14N_references.phpt Fix missing deref in C14N (#14203) 2024-05-11 17:12:20 +02:00
DOMNode_C14NFile_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_cloneNode_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_contains.phpt Implement DOMNode::contains() 2023-07-12 19:29:07 +02:00
DOMNode_DOMNameSpaceNode_isConnected.phpt Implement DOMNode::isConnected and DOMNameSpaceNode::isConnected 2023-07-17 13:14:13 +02:00
DOMNode_DOMNameSpaceNode_parentElement.phpt Implement DOMNode::parentElement and DOMNameSpaceNode::parentElement 2023-07-17 13:15:31 +02:00
DOMNode_getLineNo_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_getNodePath_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_getRootNode.phpt Implement DOMNode::getRootNode() 2023-07-13 16:27:28 +02:00
DOMNode_hasChildNodes.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_hasChildNodes_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_insertBefore.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_insertBefore_error1.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_insertBefore_error2.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMNode_insertBefore_error3.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMNode_insertBefore_error4.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMNode_insertBefore_error5.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMNode_insertBefore_error6.phpt Remove assert.bail INI setting usage in DOMDocument tests 2023-07-11 16:20:21 +01:00
DOMNode_isEqualNode.phpt Merge branch 'PHP-8.2' into PHP-8.3 2023-11-29 20:53:13 +01:00
DOMNode_issamenode_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_normalize_advanced.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
DOMNode_normalize_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_removeChild_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_removeChild_error1.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
DOMNode_replaceChild_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
DOMNode_replaceChild_error1.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
DOMNode_replaceChild_error2.phpt Close PHP tags in tests 2023-10-18 17:34:10 +02:00
DomNodeList_count.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
domobject_debug_handler.phpt Suppress deprecation notices when ext/dom properties are accessed by the get_debug_info handler (#15530) 2024-08-23 10:39:11 +02:00
DOMParentNode_empty_argument.phpt Fix empty argument cases for DOMParentNode methods 2023-07-24 18:58:39 +02:00
DOMProcessingInstruction.phpt Add tests for DOMProcessingInstruction class 2023-07-03 20:20:05 +02:00
DOMText_appendData_basic.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
domxpath.phpt [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
DOMXPath_callables.phpt [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
DOMXPath_callables_errors.phpt [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
DOMXPath_clone.phpt Mark DOMXPath as uncloneable 2024-02-23 19:35:38 +01:00
DOMXPath_constructor_registered_functions.phpt Fix tests for libxml2 2.13.2 2024-07-03 10:34:46 -07:00
DOMXPath_evaluate_namespace_node_set.phpt Cover more paths in dom_xpath_ext_function_php() with tests 2023-10-12 22:58:52 +02:00
DOMXPath_evaluate_node_set_to_string.phpt Cover more paths in dom_xpath_ext_function_php() with tests 2023-10-12 22:58:52 +02:00
DOMXPath_quote.phpt DOMXPath::quote(string $str): string (#13456) 2024-02-22 20:30:21 +01:00
element_child_and_parent_node_without_document.phpt Align DOMChildNode parent checks with spec 2023-08-09 21:24:33 +02:00
empty.html
entity_reference_stale_01.phpt Fix crashes when entity declaration is removed while still having entity references 2024-04-30 22:29:44 +02:00
entity_reference_stale_02.phpt Merge branch 'PHP-8.2' into PHP-8.3 2024-04-30 22:38:32 +02:00
entity_reference_stale_03.phpt Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
fragments_multiple_nodes_DOMParentNode.phpt Handle fragments consisting out of multiple children without a single root correctly 2023-07-13 16:09:04 +02:00
getElementsByTagName_liveness_deallocated_document.phpt Fix broken cache invalidation with deallocated and reallocated document node 2023-10-01 17:06:02 +02:00
gh8996.phpt Fix GH-8996: DOMNode serialization on PHP ^8.1 2023-10-09 22:10:05 +02:00
gh9142.phpt Add missing EXTENSIONS section to DOM tests 2023-08-26 18:37:42 +02:00
gh10234.phpt Fix DOM tests for upcoming libxml2 serializer changes 2025-04-23 18:29:44 +02:00
gh11288.phpt Add missing EXTENSIONS section to DOM tests 2023-08-26 18:37:42 +02:00
gh11289.phpt Add missing EXTENSIONS section to DOM tests 2023-08-26 18:37:42 +02:00
gh11290.phpt Add missing EXTENSIONS section to DOM tests 2023-08-26 18:37:42 +02:00
gh11347.phpt Fix GH-11347: Memory leak when calling a static method inside an xpath query 2023-05-31 17:14:57 +02:00
gh11500.phpt Fix GH-11500: Namespace reuse in createElementNS() generates wrong output 2023-06-26 19:48:40 +02:00
gh11625.phpt Fix GH-11625: DOMElement::replaceWith() doesn't replace node with DOMDocumentFragment but just deletes node or causes wrapping <></> depending on libxml2 version 2023-07-10 13:29:31 +02:00
gh11682.phpt Add regression test for GH-11682 2023-07-11 23:02:01 +02:00
gh11791.phpt Fix GH-11791: Wrong default value of DOMDocument::xmlStandalone 2023-07-26 17:20:10 +02:00
gh11906.phpt Fix segfault when DOMParentNode::prepend() is called when the child disappears 2023-08-08 20:06:39 +02:00
gh12002.phpt Fix memory leak when setting an invalid DOMDocument encoding 2023-08-20 14:05:26 +02:00
gh12455.phpt [ci skip] Add test for GH-12455 2023-10-18 19:21:43 +02:00
gh12616_1.phpt Fix GH-12616: DOM: Removing XMLNS namespace node results in invalid default: prefix 2023-11-22 20:39:30 -06:00
gh12616_2.phpt Fix GH-12616: DOM: Removing XMLNS namespace node results in invalid default: prefix 2023-11-22 20:39:30 -06:00
gh12616_3.phpt Fix GH-12616: DOM: Removing XMLNS namespace node results in invalid default: prefix 2023-11-22 20:39:30 -06:00
gh12870.inc Fix GH-12870: Creating an xmlns attribute results in a DOMException 2023-12-07 22:42:32 +01:00
gh12870_a.phpt Fix GH-12870: Creating an xmlns attribute results in a DOMException 2023-12-07 22:42:32 +01:00
gh12870_b.phpt Fix GH-12870: Creating an xmlns attribute results in a DOMException 2023-12-07 22:42:32 +01:00
gh13012.phpt Fix GH-13012: DOMNode::isEqualNode() is incorrect when attribute order is different 2023-12-27 02:22:23 +01:00
gh13012_ns.phpt Fix GH-13012: DOMNode::isEqualNode() is incorrect when attribute order is different 2023-12-27 02:22:23 +01:00
gh13863.phpt Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
gh13960.phpt Make (DOM)XPath::quote only accept strings without NULL bytes (#13960) 2024-04-14 21:16:07 +02:00
gh14343.phpt Fix GH-14343: Memory leak in xml and dom (#14347) 2024-05-29 17:49:07 +02:00
gh14652.phpt Fix GH-14652: segfault on node without document. (#14653) 2024-06-24 22:31:53 +01:00
gh14698.phpt [ci skip] Add missing simplexml entry to dom test 2024-07-01 20:20:38 +02:00
gh14702.phpt Merge branch 'PHP-8.3' 2024-06-28 22:29:03 +02:00
gh15137.phpt Fix GH-15137: Unexpected null pointer in Zend/zend_smart_str.h (#15138) 2024-07-28 13:53:30 +02:00
gh15192.phpt Fix GH-15192: Segmentation fault in dom extension (html5_serializer) 2024-08-02 18:22:17 +02:00
gh15551.phpt Fix GH-15551: Segmentation fault (access null pointer) in ext/dom/xml_common.h 2024-08-23 19:40:42 +02:00
gh15570.phpt Fix GH-15570: Segmentation fault (access null pointer) in ext/dom/html5_serializer.c 2024-08-25 15:09:30 +02:00
gh15654.phpt Fix GH-15654: Signed integer overflow in ext/dom/nodelist.c 2024-08-31 11:47:08 +02:00
gh15670.phpt Fix GH-15670: Polymorphic cache slot issue in DOM (#15676) 2024-08-31 12:13:21 +02:00
gh15910.phpt Fix GH-15910: Assertion failure in ext/dom/element.c 2024-09-16 20:06:07 +02:00
gh16039.phpt Fix GH-16039: Segmentation fault (access null pointer) in ext/dom/parentnode/tree.c 2024-09-25 19:31:19 +02:00
gh16149.phpt Fix GH-16149: Null pointer dereference in DOMElement->getAttributeNames() 2024-10-01 21:02:23 +02:00
gh16150.phpt Fix bugs GH-16150 and GH-16152: intern document mismanagement 2024-10-03 19:28:50 +02:00
gh16151.phpt Fix GH-16151: Assertion failure in ext/dom/parentnode/tree.c 2024-10-01 21:46:12 +02:00
gh16152.phpt Fix bugs GH-16150 and GH-16152: intern document mismanagement 2024-10-03 19:28:50 +02:00
gh16190.phpt Fix GH-16190: Using reflection to call Dom\Node::__construct causes assertion failure 2024-10-03 19:25:58 +02:00
gh16316.phpt Fix GH-16316: DOMXPath breaks when not initialized properly 2024-10-10 19:28:20 +02:00
gh16336_1.phpt Fix various document ref pointer mismanagements 2024-10-17 21:18:50 +02:00
gh16336_2.phpt Fix various document ref pointer mismanagements 2024-10-17 21:18:50 +02:00
gh16338.phpt Fix various document ref pointer mismanagements 2024-10-17 21:18:50 +02:00
gh16465.phpt Fix GH-16465: Heap buffer overflow in DOMNode->getElementByTagName 2024-10-16 22:55:18 +02:00
gh16473.phpt Fix GH-16473: dom_import_simplexml stub is wrong 2024-10-17 23:26:50 +02:00
gh16533.phpt Fix GH-16533: Segfault when adding attribute to parent that is not an element 2024-10-21 20:55:42 +02:00
gh16535.phpt Fix test GH-16535 for libxml2 2.14 2025-03-10 20:23:23 +01:00
gh16593.phpt Fix GH-16593: Assertion failure in DOM->replaceChild 2024-10-28 19:36:29 +01:00
gh16594.phpt Fix GH-16594: Assertion failure in DOM -> before 2024-10-28 19:32:20 +01:00
gh16595.phpt Merge branch 'PHP-8.3' into PHP-8.4 2024-10-28 19:45:22 +01:00
gh16777_1.phpt Fix GH-16777: Calling the constructor again on a DOM object after it is in a document causes UAF 2024-11-16 13:42:01 +01:00
gh16777_2.phpt Fix GH-16777: Calling the constructor again on a DOM object after it is in a document causes UAF 2024-11-16 13:42:01 +01:00
gh16906.phpt Fix GH-16906: Reloading document can cause UAF in iterator 2024-11-24 18:19:45 +01:00
gh17145.phpt Fix GH-17145: DOM memory leak 2024-12-14 12:12:40 +01:00
gh17201.phpt Fix GH-17201: Dom\TokenList issues with interned string replace 2024-12-17 23:07:58 +01:00
gh17223.phpt Fix GH-17223: Memory leak in libxml encoding handling 2024-12-26 12:24:06 +01:00
gh17224.phpt Fix DOM test on higher branches 2024-12-21 12:50:04 +01:00
gh17397.phpt Fix GH-17397: Assertion failure ext/dom/php_dom.c 2025-01-08 19:45:40 +01:00
gh17500.phpt Fix GH-17500: Segfault with requesting nodeName on nameless doctype 2025-01-17 19:36:47 +01:00
gh17847.phpt Merge branch 'PHP-8.3' into PHP-8.4 2025-03-18 22:04:13 +01:00
gh17991.phpt Fix GH-17991: Assertion failure dom_attr_value_write 2025-03-07 22:43:38 +01:00
gh18304.phpt Fix GH-18304: Changing the properties of a DateInterval through dynamic properties triggers a SegFault 2025-04-11 23:33:58 +02:00
ghsa-p3x9-6h7p-cgfc_001.phpt Fix GHSA-p3x9-6h7p-cgfc: libxml streams wrong content-type on redirect 2025-03-11 21:50:17 +01:00
ghsa-p3x9-6h7p-cgfc_002.phpt Fix GHSA-p3x9-6h7p-cgfc: libxml streams wrong content-type on redirect 2025-03-11 21:50:17 +01:00
ghsa-p3x9-6h7p-cgfc_003.phpt Fix GHSA-p3x9-6h7p-cgfc: libxml streams wrong content-type on redirect 2025-03-11 21:50:17 +01:00
import_attribute_namespace.phpt Fix cloning attribute with namespace disappearing namespace 2023-10-29 17:22:41 +01:00
libxml_global_state_entity_loader_bypass.phpt Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
node_textcontent.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
not_serializable.phpt Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
not_unserializable.phpt Fix GH-8996: DOMNode serialization on PHP ^8.1 2023-10-09 22:10:05 +02:00
not_well.html
not_well_formed.xml
not_well_formed2.xml
not_well_formed3.xml
not_well_formed4.xml
not_well_formed5.xml
note.dtd
note.xml Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
nsdoc.xml Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
null_text_content_manipulation.phpt Resolve TODOs in ext/dom around nullable content (#14999) 2024-07-18 00:05:40 +02:00
ParentNode_append_fragment_text_coalesce.phpt Fix crash in ParentNode::append() when dealing with a fragment containing text nodes 2024-05-12 02:00:31 +02:00
parentnode_childnode_too_long_text.phpt Throw instead of silently failing when creating a too long text node 2024-07-21 17:08:06 +02:00
php_function_edge_cases.phpt Fix validation logic of php:function() callbacks in dom and xsl 2023-11-02 20:28:55 +01:00
property_write_errors.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
reconcile_reused_namespace.phpt Fix #79700: Bad performance with namespaced nodes due to wrong libxml assumption 2023-06-08 19:43:58 +02:00
register_node_class.phpt [ci skip] Fix typo in test file name 2024-08-04 20:32:01 +02:00
registerNodeClass_abstract_class.phpt [RFC] Add a way to opt-in ext/dom spec compliance (#13031) 2024-03-09 16:56:00 +01:00
registerPhpFunctionNS.phpt [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
registerPhpFunctionNS_errors.phpt Fix trampoline leak in xpath callables 2024-07-18 16:54:46 +02:00
replaceChild_attribute_validation.phpt Add missing hierarchy checks to replaceChild 2024-10-12 13:32:13 +02:00
replaceWith_non_viable_next_sibling.phpt Fix viable next sibling search for replaceWith 2023-08-07 20:23:06 +02:00
setAttributeNodeNS_same_uri_different_prefix.phpt Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS() 2023-07-24 18:57:16 +02:00
specific_namespace_behaviour.phpt Restore old namespace reconciliation behaviour 2023-09-27 22:32:01 +02:00
test.html
toString_exceptions.phpt Migrate skip checks to --EXTENSIONS--, p2 2021-04-01 12:08:24 +01:00
uaf_doctype_iterator.phpt Fix UAF when removing doctype and using foreach iteration 2024-07-30 20:01:22 +02:00
unpack_foreach_behaviour.phpt Fix weird unpack behaviour in DOM 2025-03-09 11:17:03 +01:00
unsetting_properties.phpt Fix unsetting DOM properties 2024-09-17 19:24:49 +02:00
wrong_book_with_dtd.xml
wrong_book_with_dtd2.xml
xinclude.xml
xml_parsing_LIBXML_NO_XXE.phpt Add LIBXML_NO_XXE constant (#14844) 2024-07-06 17:43:46 +02:00
xml_parsing_LIBXML_RECOVER.phpt Update ext/dom names after policy change (#14171) 2024-05-09 10:40:53 +02:00
xpath_context_node.phpt Add XPath test with a context node 2023-09-02 14:16:55 +02:00
xpath_domnamespacenode.phpt Implement DOMNode::parentElement and DOMNameSpaceNode::parentElement 2023-07-17 13:15:31 +02:00
xpath_domnamespacenode_advanced.phpt Fix #70359 and #78577: segfaults with DOMNameSpaceNode 2023-06-09 21:35:55 +02:00
xpath_evaluate_basic_types.phpt Add XPath tests for basic types 2023-09-02 14:17:07 +02:00