Home
last modified time | relevance | path

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

/php-src/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-src/ext/dom/tests/modern/xml/
H A Dbug48339.phpt2 Bug #48339 (DOMElement::setIdAttribute() throws 'Not Found Error' exception)
11 $element->setIdAttribute("xml:id", TRUE);
/php-src/ext/dom/
H A Dphp_dom.stub.php675 public function setIdAttribute(string $qualifiedName, bool $isId): void {} function in DOMElement
1357 public function setIdAttribute(string $qualifiedName, bool $isId): void {} function in Dom\\Element
H A Delement.c1298 PHP_METHOD(DOMElement, setIdAttribute) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1164 ZEND_METHOD(DOMElement, setIdAttribute);
1430 ZEND_ME(DOMElement, setIdAttribute, arginfo_class_DOMElement_setIdAttribute, ZEND_ACC_PUBLIC)

Completed in 42 milliseconds