Home
last modified time | relevance | path

Searched refs:setIdAttribute (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
14 $element->setIdAttribute("id", true);
19 $element->setIdAttribute("id", true);
H A Ddomelement.phpt67 $node->setIdAttribute('idatt', TRUE);
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php645 public function setIdAttribute(string $qualifiedName, bool $isId): void {} function in DOMElement
H A Dphp_dom_arginfo.h606 ZEND_METHOD(DOMElement, setIdAttribute);
837 ZEND_ME(DOMElement, setIdAttribute, arginfo_class_DOMElement_setIdAttribute, ZEND_ACC_PUBLIC)
H A Delement.c1206 PHP_METHOD(DOMElement, setIdAttribute) in PHP_METHOD() argument

Completed in 41 milliseconds