Home
last modified time | relevance | path

Searched refs:setAttributeNS (Results 1 – 11 of 11) sorted by last modified time

/PHP-8.1/ext/dom/
H A Delement.c602 PHP_METHOD(DOMElement, setAttributeNS) in PHP_METHOD() argument
H A Dphp_dom.stub.php371 … public function setAttributeNS(?string $namespace, string $qualifiedName, string $value): void {} function in DOMElement
H A Dphp_dom_arginfo.h557 ZEND_METHOD(DOMElement, setAttributeNS);
777 ZEND_ME(DOMElement, setAttributeNS, arginfo_class_DOMElement_setAttributeNS, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/dom/tests/
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_append_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 DDOM4_DOMNode_prepend_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";
H A Dbug44648.phpt27 $root->setAttributeNS(NULL, '@ghi', '789');
33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
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 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');

Completed in 52 milliseconds