Home
last modified time | relevance | path

Searched refs:HTMLDocument (Results 101 – 125 of 148) sorted by relevance

123456

/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNode_inuse.phpt8 $dom1 = Dom\HTMLDocument::createEmpty();
H A DText_splitText_edge_case.phpt7 $dom = Dom\HTMLDocument::createEmpty();
H A Dappend_text_nodes_invalid_hierarchy.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DElement_toggleAttribute.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DDocument_importNode_not_supported.phpt13 $dom = Dom\HTMLDocument::createEmpty();
H A DNode_insertBefore_01.phpt8 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><head></head><body></body></html>');
H A DCharacterData_insertData_edge_cases.phpt10 $dom = Dom\HTMLDocument::createEmpty();
H A DCharacterData_deleteData_negative_in_bounds_length.phpt10 $dom = Dom\HTMLDocument::createEmpty();
H A DHTMLDocument_getElementsByTagName.phpt2 HTMLDocument::getElementsByTagName
11 $dom = Dom\HTMLDocument::createEmpty();
H A DElement_insertAdjacentText.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DNode_insertBefore_02.phpt8 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><head></head><body></body></html>');
H A DCharacterData_substringData_edge_cases.phpt10 $dom = Dom\HTMLDocument::createEmpty();
H A DDocument_createAttribute.phpt11 $dom = Dom\HTMLDocument::createEmpty();
H A DCharacterData_replaceData_negative_count_mod32.phpt14 $dom = Dom\HTMLDocument::createEmpty();
H A DCharacterData_insertData_negative_offset_mod32.phpt14 $dom = Dom\HTMLDocument::createEmpty();
H A DNode_lookupNamespaceURI.phpt8 $dom = Dom\HTMLDocument::createFromString(<<<HTML
59 $dom = Dom\HTMLDocument::createEmpty();
H A DParentNode_hierarchy_text_nodes.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DCharacterData_substringData_negative_arguments_mod32.phpt14 $dom = Dom\HTMLDocument::createEmpty();
H A DElement_setAttributeNode.phpt8 $dom1 = Dom\HTMLDocument::createEmpty();
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt2 Dom\HTMLDocument::createFromString()/createFromFile() with LIBXML_HTML_NOIMPLIED
9 $dom = Dom\HTMLDocument::createFromString($html, LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR);
17 …$dom = Dom\HTMLDocument::createFromFile(__DIR__."/DOM_HTMLDocument_loadHTML_LIBXML_HTML_NOIMPLIED_…
H A Dpredefined_namespaces.phpt2 HTMLDocument: Predefined namespaces
8 $dom = Dom\HTMLDocument::createFromString(<<<HTML
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt18 $html = Dom\HTMLDocument::createEmpty();
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_void_elements.phpt2 Dom\HTMLDocument serialization of void elements
8 $dom = Dom\HTMLDocument::createEmpty();
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt2 Dom\HTMLDocument::createFromFile() HTTP header Content-Type
65 $result = Dom\HTMLDocument::createFromFile($uri, LIBXML_NOERROR);
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_getElementsByTagName.phpt2 Test Dom\HTMLDocument::getElementsByTagName(NS)
8 $dom = Dom\HTMLDocument::createFromString(<<<HTML

Completed in 26 milliseconds

123456