Home
last modified time | relevance | path

Searched refs:createElementNS (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
329 5 DOMDocument::createElementNS('http://valid.com', 'valid')
337 9 DOMDocument::createElementNS('', 'prefix:invalid')
343 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
H A DDOM4_DOMNode_after_ns.phpt12 $root = $doc->createElementNS('http://www.w3.org/2005/Atom', 'element');
16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
19 $item2 = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'street');
H A DDOM4_DOMNode_before_ns.phpt12 $root = $doc->createElementNS('http://www.w3.org/2005/Atom', 'element');
16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
19 $item2 = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'street');
H A Ddomxpath.phpt46 $root->appendChild($dom->createElementNS("urn::default", "testnode", 3));
47 $root->appendChild($dom->createElementNS("urn::default", "testnode", 4));
48 $root->appendChild($dom->createElementNS("urn::default", "testnode", 4));
49 $root->appendChild($dom->createElementNS("urn::default", "testnode", 5));
H A DDOM4_DOMNode_append_ns.phpt12 $root = $doc->createElementNS('http://www.w3.org/2005/Atom', 'element');
16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
H A DDOM4_DOMNode_prepend_ns.phpt12 $root = $doc->createElementNS('http://www.w3.org/2005/Atom', 'element');
16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
H A Dgh14702.phpt18 $xi = $doc->createElementNS('http://www.w3.org/2001/XInclude', 'xi:include');
21 $fallback = $doc->createElementNS('http://www.w3.org/2001/XInclude', 'xi:fallback');
H A Dbug47849.phpt9 $aDOM->appendChild($aDOM->createElementNS('urn::root','r:root'));
H A Dbug49463.phpt9 $root = $doc->createElementNS('http://purl.org/rss/1.0/','rdf:RDF');
H A Dbug47848.phpt9 $aDOM->appendChild($aDOM->createElementNS('http://friend2friend.net/','f2f:a'));
H A Dbug67440.phpt13 $fragment->appendChild($document->createElementNS('http://example/ns', 'myns:childNode', '1'));
15 $fragment->appendChild($document->createElementNS('http://example/ns', 'myns:childNode', '2'));
44 …$fragment->childNodes[1]->appendChild($document->createElementNS('http://example/ns2', 'myns2:chil…
H A Dbug47530.phpt22 $frag->appendChild($doc->createElementNS('https://php.net/bar', 'bar'));
23 $frag->appendChild($doc->createElementNS('', 'bar'));
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php723 … public function createElementNS(?string $namespace, string $qualifiedName, string $value = "") {} function in DOMDocument
H A Dphp_dom_arginfo.h576 ZEND_METHOD(DOMDocument, createElementNS);
801 ZEND_ME(DOMDocument, createElementNS, arginfo_class_DOMDocument_createElementNS, ZEND_ACC_PUBLIC)
H A Ddocument.c868 PHP_METHOD(DOMDocument, createElementNS) in PHP_METHOD() argument

Completed in 24 milliseconds