Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
16 $element->setIdAttribute("id", true);
21 $element->setIdAttribute("id", true);
H A Ddomelement.phpt67 $node->setIdAttribute('idatt', TRUE);
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php227 public function setIdAttribute(string $qualifiedName, bool $isId) {} function in DOMElement
H A Dphp_dom_arginfo.h502 ZEND_METHOD(DOMElement, setIdAttribute);
718 ZEND_ME(DOMElement, setIdAttribute, arginfo_class_DOMElement_setIdAttribute, ZEND_ACC_PUBLIC)
H A Delement.c1037 PHP_METHOD(DOMElement, setIdAttribute) in PHP_METHOD() argument
/PHP-8.0/
H A DNEWS576 . Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).

Completed in 18 milliseconds