Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 137) sorted by last modified time

123456

/php-src/ext/xsl/tests/
H A Dauto_registration_namespaces_new_dom.phpt23 $sheet->documentElement->append($sheet->createElementNS('urn:test', 'test:dummy'));
/php-src/ext/dom/tests/modern/spec/
H A Dappend_text_nodes_invalid_hierarchy.phpt2 Document::append() with text nodes in an invalid hierarchy
11 $dom->append("foo", "bar", "baz", $dom);
17 $dom->append("foo", "bar", "baz");
H A Dgh11404_2.phpt12 $dom1->documentElement->append(
H A Dpre_insertion_validation.phpt14 $dom->append("foo", "bar", "baz");
19 $dom->append($dom->createTextNode("text node"));
33 $element->append($doctype);
41 $dom->append($doctype);
53 $dom->append($dom->createElement("foo"));
75 $fragment->append($dom->createElement("foo"));
76 $fragment->append($dom->createElement("bar"));
78 $dom->append($fragment);
87 $fragment->append("foo");
88 $fragment->append($dom->createCDATASection("bar"));
[all …]
H A Dreconciliation_of_elements.phpt24 $root->append($a_child);
H A Dtext_merging.phpt12 $element->append("foo", "bar", "baz", $span, $dom->createCDATASection("a"), $dom->createCDATASectio…
13 $dom->append($element);
H A DParentNode_edge_case.phpt11 $container->append($dom);
H A DDocument_importLegacyNode.phpt20 $new->append($new->importLegacyNode($old->documentElement, true));
H A DNamedNodeMap_dimensions_errors.phpt19 Cannot append to Dom\NamedNodeMap
H A DNode_isEqualNode_01.phpt9 $dom->append($dom->createElement("container"));
H A DParentNode_hierarchy_text_nodes.phpt11 $dom->append("bar");
17 $dom->append($dom->createTextNode("bar"));
24 $dom->append($text);
35 $dom->append($text);
H A DNodeList_dimensions_errors.phpt19 Cannot append to Dom\NodeList
H A DNode_isEqualNode_02.phpt9 $dom->append($dom->createElement("container"));
H A DParentNode_append_exception_consistency.phpt2 Consistency of parent node after exception in ParentNode::append()
9 $fragment->append($element = $dom->createElement("foo"));
10 $fragment->append($dom->createElement("bar"));
12 $dom->append($fragment);
H A DDocument_implementation_createDocumentType.phpt21 $dom->append($dom->importNode($dtd));
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromEmptyDocument_03.phpt9 $dom->append($dom->createElement("foo"));
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_element_ns.phpt11 $root->append("\n");
12 $root->append($dom->createElementNS("http://php.net", "noprefix"), "\n");
13 $root->append($dom->createElementNS("http://php.net", "with:prefix"), "\n");
14 $root->append($dom->createElementNS("http://www.w3.org/1999/xhtml", "xhtml:br"), "\n");
15 $root->append($dom->createElementNS("http://www.w3.org/2000/svg", "s:svg"), "\n");
16 $root->append($dom->createElementNS("http://www.w3.org/1998/Math/MathML", "m:math"), "\n");
H A DHTMLDocument_serialize_void_elements.phpt10 $dom->append($container);
H A DHTMLDocument_serialize_text_02.phpt13 $body->append("\n");
H A DHTMLDocument_serialize_text_03.phpt13 $body->append("\n");
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_dimension_errors.phpt30 Cannot append to Dom\HTMLCollection
/php-src/ext/dom/
H A Dphp_dom.stub.php276 public function append(...$nodes): void; function
497 public function append(...$nodes): void {} function in DOMDocumentFragment
697 public function append(...$nodes): void {} function in DOMElement
880 public function append(...$nodes): void {} function in DOMDocument
1114 public function append(Node|string ...$nodes): void; function
1371 public function append(Node|string ...$nodes): void {} function in Dom\\Element
1487 public function append(Node|string ...$nodes): void {} function in Dom\\DocumentFragment
1577 public function append(Node|string ...$nodes): void {} function in Dom\\Document
H A Dphp_dom_arginfo.h1130 ZEND_METHOD(DOMElement, append);
1438 ZEND_ME(DOMElement, append, arginfo_class_DOMElement_append, ZEND_ACC_PUBLIC)
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt19 $html->append($html->importNode($el, true));
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_edge_case_01.phpt12 $dom->append($element);
13 $element->append(str_repeat("A", 4096 - 2 - strlen("<container>")) . "\xf0\x90\x8d\x88AA");

Completed in 59 milliseconds

123456