Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/tests/
H A Dbug38474.phpt30 $dom->firstChild->removeAttribute('pre:type');
31 $dom->firstChild->removeAttribute('type');
H A Ddomelement.phpt23 $node->removeAttribute('num');
H A Ddom001.phpt60 $attr = $rootnode->removeAttribute("src");
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php594 public function removeAttribute(string $qualifiedName): bool {} function in DOMElement
H A Dphp_dom_arginfo.h553 ZEND_METHOD(DOMElement, removeAttribute);
773 ZEND_ME(DOMElement, removeAttribute, arginfo_class_DOMElement_removeAttribute, ZEND_ACC_PUBLIC)
H A Delement.c310 PHP_METHOD(DOMElement, removeAttribute) in PHP_METHOD() argument

Completed in 17 milliseconds