Home
last modified time | relevance | path

Searched refs:createElement (Results 51 – 67 of 67) sorted by relevance

123

/PHP-8.1/ext/dom/tests/
H A Dgh9142.phpt13 $var->replaceWith($dom->createElement('p', $var->nodeValue));
H A DDOMNode_insertBefore_error6.phpt24 $new_node = $dom->createElement('newnode');
H A Dgh11906.phpt18 $test = $doc->createElement('foo');
H A DDOMNode_insertBefore_error2.phpt23 $new_node = $dom->createElement('newnode');
H A DDOMNode_insertBefore_error3.phpt23 $new_node = $dom->createElement('newnode');
H A DDOMDocument_validate_on_parse_variation.phpt24 $BogusElement = $dom->createElement('NYPHP','DOMinatrix');
H A Dbug77686.phpt26 $new_element = $doc->createElement('p');
H A Dbug28721.phpt55 $p = $xml->createElement("p");
58 $p->appendChild($b = $xml->createElement("b"));
75 $d = $xml->createElement("div");
77 $d->appendChild($b = $xml->createElement("b"));
78 $b->appendChild($xml->createElement("X"));
95 $frag->appendChild($i = $xml->createElement("i"));
H A Dgh11625.phpt40 $div->replaceWith($fragment, $dom->createElement('x'), "hello");
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt13 $doc->appendChild($doc->createElement('container'));
H A DDOMNode_replaceChild_basic.phpt17 $new_child = $document->createElement('qux');
H A DDOMParentNode_empty_argument.phpt33 $fragment->append($dom->createElement('foo'));
H A Dbug32615.phpt19 $node = $dom->createElement('newfirst');
H A Ddomchardata.phpt18 $charnode = $dom->createElement('charnode');
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php485 public function createElement(string $localName, string $value = "") {} function in DOMDocument
H A Dphp_dom_arginfo.h575 ZEND_METHOD(DOMDocument, createElement);
800 ZEND_ME(DOMDocument, createElement, arginfo_class_DOMDocument_createElement, ZEND_ACC_PUBLIC)
H A Ddocument.c518 PHP_METHOD(DOMDocument, createElement) in PHP_METHOD() argument

Completed in 27 milliseconds

123