Home
last modified time | relevance | path

Searched refs:createEmpty (Results 1 – 25 of 119) sorted by relevance

12345

/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromEmptyDocument_01.phpt2 Dom\XMLDocument::createEmpty 01
8 Dom\XMLDocument::createEmpty(encoding: "foo");
12 Fatal error: Uncaught ValueError: Dom\XMLDocument::createEmpty(): Argument #2 ($encoding) is not a …
14 #0 %s(%d): Dom\XMLDocument::createEmpty('1.0', 'foo')
H A DXMLDocument_fromEmptyDocument_03.phpt2 Dom\XMLDocument::createEmpty 03
8 $dom = Dom\XMLDocument::createEmpty("1.0", "ASCII");
H A DXMLDocument_fromEmptyDocument_02.phpt2 Dom\XMLDocument::createEmpty 02
8 $dom = Dom\XMLDocument::createEmpty("1.1");
H A DXMLDocument_saveXML_node.phpt8 $dom = Dom\XMLDocument::createEmpty("1.0", "ASCII");
/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNode_adoption.phpt8 $dom1 = Dom\HTMLDocument::createEmpty();
13 $dom2 = Dom\HTMLDocument::createEmpty();
26 $dom2 = Dom\HTMLDocument::createEmpty();
31 $dom2 = Dom\HTMLDocument::createEmpty();
H A Dimport_of_lone_attribute.phpt8 $dom = Dom\XMLDocument::createEmpty();
14 $importer = Dom\XMLDocument::createEmpty();
H A DDocument_implementation_same_object.phpt8 $dom = Dom\XMLDocument::createEmpty();
13 $dom2 = Dom\XMLDocument::createEmpty();
H A DDocument_createAttribute.phpt11 $dom = Dom\HTMLDocument::createEmpty();
19 $dom = Dom\XMLDocument::createEmpty();
H A DDocument_createElement.phpt12 $dom = Dom\HTMLDocument::createEmpty();
22 $dom = Dom\HTMLDocument::createEmpty();
31 $dom = Dom\HTMLDocument::createEmpty();
H A DHTMLDocument_createCDATASection.phpt7 $dom = Dom\HTMLDocument::createEmpty();
21 $dom = Dom\XMLDocument::createEmpty();
H A Ddefault_namespace_move.phpt8 $dom = Dom\XMLDocument::createEmpty();
16 $dom2 = Dom\XMLDocument::createEmpty();
H A DElement_setAttributeNS.phpt10 $dom = Dom\HTMLDocument::createEmpty();
29 $dom = Dom\HTMLDocument::createEmpty();
39 $dom = Dom\HTMLDocument::createEmpty();
H A DNode_nodeValue_element.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DAttr_name.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DParentNode_edge_case.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DElement_tagName.phpt10 $dom = Dom\HTMLDocument::createEmpty();
20 $dom = Dom\XMLDocument::createEmpty();
H A DCharacterData_replaceData_negative_count.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DDocument_createElement_edge_cases.phpt8 $dom = Dom\HTMLDocument::createEmpty();
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_field_test.phpt8 $dom = Dom\HTMLDocument::createEmpty();
29 $dom = Dom\HTMLDocument::createEmpty("bogus");
43 Dom\HTMLDocument::createEmpty(): Argument #1 ($encoding) must be a valid document encoding
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_saveHTML_wrong_document.phpt8 $dom = Dom\HTMLDocument::createEmpty();
9 $dom->saveHtml(Dom\HTMLDocument::createEmpty());
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_cdata.phpt9 $dom = Dom\XMLDocument::createEmpty();
12 $dom = Dom\HTMLDocument::createEmpty();
H A DHTMLDocument_serialize_roots.phpt9 $dom = Dom\XMLDocument::createEmpty();
12 $dom = Dom\HTMLDocument::createEmpty();
H A DHTMLDocument_serialize_comment.phpt8 $dom = Dom\HTMLDocument::createEmpty();
H A DHTMLDocument_serialize_processing_instruction.phpt8 $dom = Dom\HTMLDocument::createEmpty();
/php-src/ext/dom/tests/modern/html/parser/
H A DElement_innerHTML.phpt8 $dom = DOM\HTMLDocument::createEmpty();
28 $dom = DOM\HTMLDocument::createEmpty();
34 $dom = DOM\HTMLDocument::createEmpty();
40 $dom = DOM\HTMLDocument::createEmpty();

Completed in 35 milliseconds

12345