Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/spec/
H A DElement_removeAttributeNS.phpt2 Element::removeAttributeNS()
17 $body->removeAttributeNS(NULL, "align");
21 $body->removeAttributeNS("", "align");
25 $body->removeAttributeNS(NULL, "ALIGN");
29 $body->removeAttributeNS("", "ALIGN");
33 $body->removeAttributeNS(NULL, "foo:bar");
37 $body->removeAttributeNS("", "foo:bar");
41 $body->removeAttributeNS(NULL, "FOO:BAR");
45 $body->removeAttributeNS("", "FOO:BAR");
70 $body->removeAttributeNS("urn:a", "LOCAL2");
[all …]
/php-src/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-src/ext/dom/
H A Dphp_dom.stub.php801 public function removeAttributeNS(?string $namespace, string $localName): void {} function in DOMElement
1613 public function removeAttributeNS(?string $namespace, string $localName): void {} function in Dom\\Element
H A Delement.c1126 PHP_METHOD(DOMElement, removeAttributeNS) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1194 ZEND_METHOD(DOMElement, removeAttributeNS);
1449 ZEND_ME(DOMElement, removeAttributeNS, arginfo_class_DOMElement_removeAttributeNS, ZEND_ACC_PUBLIC)

Completed in 30 milliseconds