Home
last modified time | relevance | path

Searched refs:removeAttribute (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/dom/tests/modern/spec/
H A DElement_removeAttribute.phpt2 Element::removeAttribute()
12 var_dump($body->removeAttribute("align"));
13 var_dump($body->removeAttribute("foo:bar"));
20 var_dump($body->removeAttribute("prefix:local"));
27 var_dump($body->removeAttribute("prefix:local2"));
31 var_dump($body->removeAttribute("Prefix:LOCAL2"));
41 var_dump($element->removeAttribute("Prefix:local2"));
42 var_dump($element->removeAttribute("Prefix:LOCAL2"));
43 var_dump($element->removeAttribute("prefix:local2"));
H A DElement_removeAttribute_edge_cases.phpt2 Element::removeAttribute() edge cases
H A Dimport_of_namepace_conflicting_attributes.phpt25 $child->removeAttribute("a:child1");
H A Dreconciliation_of_attributes.phpt30 $child->removeAttribute("a:child1");
/php-src/ext/dom/tests/
H A Dbug38474.phpt30 $dom->firstChild->removeAttribute('pre:type');
31 $dom->firstChild->removeAttribute('type');
H A Dbug47531_a.phpt36 var_dump($root->removeAttribute("xmlns:foo"));
H A Dbug47531_b.phpt37 var_dump($elem->removeAttribute("xmlns:foo"));
H A Dclone_attribute_namespace_01.phpt35 $dom->documentElement->removeAttribute("xmlns:foo");
H A Ddomelement.phpt23 $node->removeAttribute('num');
H A Ddom001.phpt60 $attr = $rootnode->removeAttribute("src");
/php-src/ext/dom/
H A Dphp_dom.stub.php654 public function removeAttribute(string $qualifiedName): bool {} function in DOMElement
1319 public function removeAttribute(string $qualifiedName): void {} function in Dom\\Element
H A Delement.c554 PHP_METHOD(DOMElement, removeAttribute) in PHP_METHOD() argument
575 PHP_METHOD(Dom_Element, removeAttribute) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1157 ZEND_METHOD(DOMElement, removeAttribute);
1264 ZEND_METHOD(Dom_Element, removeAttribute);
1423 ZEND_ME(DOMElement, removeAttribute, arginfo_class_DOMElement_removeAttribute, ZEND_ACC_PUBLIC)
1641 ZEND_ME(Dom_Element, removeAttribute, arginfo_class_Dom_Element_removeAttribute, ZEND_ACC_PUBLIC)

Completed in 40 milliseconds