Searched refs:setAttributeNS (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/dom/tests/ |
H A D | bug34276.phpt | 2 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 D | bug49463.phpt | 2 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 D | bug44648.phpt | 27 $root->setAttributeNS(NULL, '@ghi', '789'); 33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
|
H A D | DOM4_DOMNode_append_ns.phpt | 14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
|
H A D | DOM4_DOMNode_prepend_ns.phpt | 14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
|
H A D | DOM4_DOMNode_after_ns.phpt | 14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
|
H A D | DOM4_DOMNode_before_ns.phpt | 14 $root->setAttributeNS('http://www.w3.org/2000/xmlns/' ,'xmlns:g', 'http://base.google.com/ns/1.0');
|
H A D | domelement.phpt | 36 $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.0/ext/dom/ |
H A D | php_dom.stub.php | 218 public function setAttributeNS(?string $namespace, string $qualifiedName, string $value) {} function in DOMElement
|
H A D | php_dom_arginfo.h | 499 ZEND_METHOD(DOMElement, setAttributeNS); 715 ZEND_ME(DOMElement, setAttributeNS, arginfo_class_DOMElement_setAttributeNS, ZEND_ACC_PUBLIC)
|
H A D | element.c | 613 PHP_METHOD(DOMElement, setAttributeNS) in PHP_METHOD() argument
|
Completed in 25 milliseconds