Searched refs:removeAttributeNS (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/dom/tests/modern/spec/ |
H A D | Element_removeAttributeNS.phpt | 2 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 D | gh12616_1.phpt | 17 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', '');
|
H A D | gh12616_2.phpt | 19 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', 'symfony');
|
H A D | gh12616_3.phpt | 24 $doc->documentElement->firstElementChild->removeAttributeNS('http://symfony.com/schema/dic/services…
|
H A D | domelement.phpt | 40 $node->removeAttributeNS('http://www.w3.org/XML/1998/namespace', 'lang');
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 801 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 D | element.c | 1126 PHP_METHOD(DOMElement, removeAttributeNS) in PHP_METHOD() argument
|
H A D | php_dom_arginfo.h | 1194 ZEND_METHOD(DOMElement, removeAttributeNS); 1449 ZEND_ME(DOMElement, removeAttributeNS, arginfo_class_DOMElement_removeAttributeNS, ZEND_ACC_PUBLIC)
|
Completed in 39 milliseconds