Home
last modified time | relevance | path

Searched refs:setAttributeNS (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A DDOMElement_setAttributeNS_prefix_conflict.phpt2 DOMElement::setAttributeNS() with prefix name conflict
11 $dom->documentElement->setAttributeNS('http://php.net/2', 'foo:bar', 'no1');
13 $dom->documentElement->setAttributeNS('http://php.net/2', 'bar', 'no2');
20 $dom->documentElement->setAttributeNS('http://php.net/2', 'bar', 'no1');
22 $dom->documentElement->setAttributeNS('http://php.net/2', 'bar', 'no2');
H A Dbug34276.phpt2 Bug #34276 (setAttributeNS and default namespace)
26 $foo->setAttributeNS('http://www.example.com/ns/foo', 'attra', 'attranew');
27 $foo->setAttributeNS('http://www.example.com/ns/fubar', 'attrb', 'attrbnew');
28 $foo->setAttributeNS('http://www.example.com/ns/foo', 'attrc', 'attrc');
H A Dbug49463.phpt2 Bug #49463 (setAttributeNS fails setting default namespace).
11 $root->setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns","http://purl.org/rss/1.0/" );
H A Dbug44648.phpt27 $root->setAttributeNS(NULL, '@ghi', '789');
33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
H A DDOMDocument_adoptNode_attribute_references.phpt10 $root->setAttributeNS("urn:a", "a:root1", "bar");
H A DDOM4_DOMNode_append_ns.phpt14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
H A DDOM4_DOMNode_prepend_ns.phpt14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
H A DDOM4_DOMNode_after_ns.phpt14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
H A DDOM4_DOMNode_before_ns.phpt14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
H A Ddomelement.phpt36 $node->setAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:lang', 'en');
71 $current->setAttributeNS('urn::dummyns', 'newns:idatt', 'n'.($x+2))."\n";
/PHP-8.2/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_ns_imported_01.phpt9 $xml->documentElement->setAttributeNS("http://foo/", "foo:bar", "value");
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php678 … public function setAttributeNS(?string $namespace, string $qualifiedName, string $value): void {} function in DOMElement
H A Delement.c755 PHP_METHOD(DOMElement, setAttributeNS) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h694 ZEND_METHOD(DOMElement, setAttributeNS);
930 ZEND_ME(DOMElement, setAttributeNS, arginfo_class_DOMElement_setAttributeNS, ZEND_ACC_PUBLIC)

Completed in 41 milliseconds