Searched refs:setIdAttribute (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/dom/tests/ |
H A D | bug81433.phpt | 2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID) 14 $element->setIdAttribute("id", true); 19 $element->setIdAttribute("id", true);
|
H A D | domelement.phpt | 67 $node->setIdAttribute('idatt', TRUE);
|
/PHP-8.1/ext/dom/ |
H A D | php_dom.stub.php | 380 public function setIdAttribute(string $qualifiedName, bool $isId): void {} function in DOMElement
|
H A D | php_dom_arginfo.h | 560 ZEND_METHOD(DOMElement, setIdAttribute); 780 ZEND_ME(DOMElement, setIdAttribute, arginfo_class_DOMElement_setIdAttribute, ZEND_ACC_PUBLIC)
|
H A D | element.c | 1084 PHP_METHOD(DOMElement, setIdAttribute) in PHP_METHOD() argument
|
/PHP-8.1/ |
H A D | NEWS | 1671 . Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
|
Completed in 21 milliseconds