Home
last modified time | relevance | path

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

/PHP-8.3/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 Ddomelement.phpt23 $node->removeAttribute('num');
H A Ddom001.phpt60 $attr = $rootnode->removeAttribute("src");
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php624 public function removeAttribute(string $qualifiedName): bool {} function in DOMElement
H A Dphp_dom_arginfo.h599 ZEND_METHOD(DOMElement, removeAttribute);
830 ZEND_ME(DOMElement, removeAttribute, arginfo_class_DOMElement_removeAttribute, ZEND_ACC_PUBLIC)
H A Delement.c538 PHP_METHOD(DOMElement, removeAttribute) in PHP_METHOD() argument

Completed in 135 milliseconds