Searched refs:removeAttribute (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/dom/tests/modern/spec/ |
H A D | Element_removeAttribute.phpt | 2 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 D | Element_removeAttribute_edge_cases.phpt | 2 Element::removeAttribute() edge cases
|
H A D | import_of_namepace_conflicting_attributes.phpt | 25 $child->removeAttribute("a:child1");
|
H A D | reconciliation_of_attributes.phpt | 30 $child->removeAttribute("a:child1");
|
/php-src/ext/dom/tests/ |
H A D | bug38474.phpt | 30 $dom->firstChild->removeAttribute('pre:type'); 31 $dom->firstChild->removeAttribute('type');
|
H A D | bug47531_a.phpt | 36 var_dump($root->removeAttribute("xmlns:foo"));
|
H A D | bug47531_b.phpt | 37 var_dump($elem->removeAttribute("xmlns:foo"));
|
H A D | clone_attribute_namespace_01.phpt | 35 $dom->documentElement->removeAttribute("xmlns:foo");
|
H A D | domelement.phpt | 23 $node->removeAttribute('num');
|
H A D | dom001.phpt | 60 $attr = $rootnode->removeAttribute("src");
|
/php-src/ext/dom/tests/bug79701/ |
H A D | remove_attribute.phpt | 15 $dom->getElementById('x')->removeAttribute('xml:id');
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 798 public function removeAttribute(string $qualifiedName): bool {} function in DOMElement 1611 public function removeAttribute(string $qualifiedName): void {} function in Dom\\Element
|
H A D | element.c | 602 PHP_METHOD(DOMElement, removeAttribute) in PHP_METHOD() argument 623 PHP_METHOD(Dom_Element, removeAttribute) in PHP_METHOD() argument
|
H A D | php_dom_arginfo.h | 1193 ZEND_METHOD(DOMElement, removeAttribute); 1276 ZEND_METHOD(Dom_Element, removeAttribute); 1448 ZEND_ME(DOMElement, removeAttribute, arginfo_class_DOMElement_removeAttribute, ZEND_ACC_PUBLIC) 1644 ZEND_ME(Dom_Element, removeAttribute, arginfo_class_Dom_Element_removeAttribute, ZEND_ACC_PUBLIC)
|
Completed in 53 milliseconds