Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A Dbug38474.phpt29 $dom->firstChild->removeAttribute('pre:type');
30 $dom->firstChild->removeAttribute('type');
H A Ddomelement.phpt23 $node->removeAttribute('num');
H A Ddom001.phpt60 $attr = $rootnode->removeAttribute("src");
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php206 public function removeAttribute(string $qualifiedName) {} function in DOMElement
H A Dphp_dom_arginfo.h495 ZEND_METHOD(DOMElement, removeAttribute);
711 ZEND_ME(DOMElement, removeAttribute, arginfo_class_DOMElement_removeAttribute, ZEND_ACC_PUBLIC)
H A Delement.c309 PHP_METHOD(DOMElement, removeAttribute) in PHP_METHOD() argument

Completed in 35 milliseconds