Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/dom/
H A Dphp_dom.stub.php627 public function removeAttributeNS(?string $namespace, string $localName): void {} function in DOMElement
H A Dphp_dom_arginfo.h600 ZEND_METHOD(DOMElement, removeAttributeNS);
831 ZEND_ME(DOMElement, removeAttributeNS, arginfo_class_DOMElement_removeAttributeNS, ZEND_ACC_PUBLIC)
H A Delement.c946 PHP_METHOD(DOMElement, removeAttributeNS) in PHP_METHOD() argument

Completed in 30 milliseconds