Home
last modified time | relevance | path

Searched refs:namespaceURI (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A Dbug54382.phpt21 echo 'namespace node namespaceURI=' . $ns2->namespaceURI . "\n";
26 namespace node namespaceURI=http://ns2
H A Ddom_create_element.phpt213 /* the qualifiedName has a prefix and the namespaceURI is null */
224 /* the qualifiedName has a prefix that is "xml" and the namespaceURI
230 $dom->createElementNS('http://wrong.namespaceURI.com', 'xml:valid');
238 $element = new DomElement('xml:valid', '', 'http://wrong.namespaceURI.com');
260 /* the qualifiedName or its prefix is "xmlns" and the namespaceURI is
266 $dom->createElementNS('http://wrong.namespaceURI.com', 'xmlns:valid');
297 /* the namespaceURI is "http://www.w3.org/2000/xmlns/" and neither the
371 26 DOMDocument::createElementNS('http://wrong.namespaceURI.com', 'xml:valid')
373 27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')
377 30 DOMDocument::createElementNS('http://wrong.namespaceURI.com', 'xmlns:valid')
[all …]
H A Dgh12616_3.phpt72 ["namespaceURI"]=>
91 ["namespaceURI"]=>
109 ["namespaceURI"]=>
128 ["namespaceURI"]=>
146 ["namespaceURI"]=>
H A Dbug69846.phpt69 ["namespaceURI"]=>
122 ["namespaceURI"]=>
173 ["namespaceURI"]=>
H A Dbug80602_3.phpt63 ["namespaceURI"]=>
112 ["namespaceURI"]=>
H A Dbug78577.phpt27 ["namespaceURI"]=>
H A Dbug70359.phpt63 [namespaceURI] => http://www.sitemaps.org/schemas/sitemap/0.9
79 [namespaceURI] => fooooooooooooooooooooo
H A Dxpath_domnamespacenode.phpt31 ["namespaceURI"]=>
H A Dclone_nodes.phpt58 ["namespaceURI"]=>
H A Ddomobject_debug_handler.phpt89 ["namespaceURI"]=>
H A Dbug47530.phpt26 unset($frag); // Free fragment, should not break getting the namespaceURI below
30 var_dump($element->firstChild->namespaceURI);
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.stub.php142 public string $namespaceURI; variable in XMLReader
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php329 public ?string $namespaceURI; variable in DOMNode
415 public ?string $namespaceURI; variable in DOMNameSpaceNode

Completed in 13 milliseconds