Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttribute_mixed_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
11 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'foo…
12 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'hel…
H A DsetAttributeNS_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, with pre…
11 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns1', 'f…
13 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns2', 'f…
15 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns3', 'f…
17 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns4', 'f…
H A DsetAttributeNS_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, without …
11 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns1', 'h…
13 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns2', 'h…
15 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns3', 'h…
17 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns4', 'h…
H A DsetAttribute_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
11 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'foo…
13 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns2', 'foo…
15 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns3', 'foo…
17 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns4', 'foo…
H A DsetAttribute_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
11 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'hel…
13 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns2', 'hel…
15 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns3', 'hel…
17 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns4', 'hel…
/PHP-8.3/ext/dom/tests/
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt14 $attribute = $doc->createAttributeNS('http://php.net/ns1', 'foo:hello');
18 $attribute = $doc->createAttributeNS('http://php.net/ns1', 'bar:hello');
22 $attribute = $doc->createAttributeNS('http://php.net/ns1', 'hello');
H A Dbug80927.phpt11 $a = $dom->createAttributeNS("fake_ns", "test:test");
28 $a = $dom->createAttributeNS("fake_ns", "test:test");
H A Dgh12870.inc9 $attr = $d->createAttributeNS($uri, $qualifiedName);
H A Ddomelement.phpt44 $lang = $dom->createAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang');
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_definition_crash_in_attribute.phpt10 $child_attr1 = $child->appendChild($doc->createAttributeNS('some:ns2', 'hello'));
15 ->appendChild($doc->createAttributeNS('some:ns', 'hello'));
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php747 public function createAttributeNS(?string $namespace, string $qualifiedName) {} function in DOMDocument
H A Dphp_dom_arginfo.h621 ZEND_METHOD(DOMDocument, createAttributeNS);
857 …ZEND_ME(DOMDocument, createAttributeNS, arginfo_class_DOMDocument_createAttributeNS, ZEND_ACC_PUBL…
H A Ddocument.c895 PHP_METHOD(DOMDocument, createAttributeNS) in PHP_METHOD() argument
/PHP-8.3/
H A DUPGRADING59 . createAttributeNS() without specifying a prefix would incorrectly create
62 . createAttributeNS() would previously incorrectly throw a NAMESPACE_ERR
H A DNEWS942 . Fix calling createAttributeNS() without prefix causing the default

Completed in 28 milliseconds