Home
last modified time | relevance | path

Searched refs:removeAttributeNS (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A Dgh12616_1.phpt17 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', '');
H A Dgh12616_2.phpt19 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', 'symfony');
H A Dgh12616_3.phpt24 $doc->documentElement->firstElementChild->removeAttributeNS('http://symfony.com/schema/dic/services…
H A Ddomelement.phpt40 $node->removeAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang');
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php597 public function removeAttributeNS(?string $namespace, string $localName): void {} function in DOMElement
H A Dphp_dom_arginfo.h554 ZEND_METHOD(DOMElement, removeAttributeNS);
774 ZEND_ME(DOMElement, removeAttributeNS, arginfo_class_DOMElement_removeAttributeNS, ZEND_ACC_PUBLIC)
H A Delement.c807 PHP_METHOD(DOMElement, removeAttributeNS) in PHP_METHOD() argument

Completed in 19 milliseconds