Home
last modified time | relevance | path

Searched refs:setIdAttribute (Results 1 – 9 of 9) 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/tests/bug79701/
H A Did_property.phpt35 echo "--- After calling setIdAttribute with false on test1 ---\n";
36 $test1->setIdAttribute("id", false);
52 --- After calling setIdAttribute with false on test1 ---
H A Dprepend.phpt13 $el1->setIdAttribute('id', true);
19 $el2->setIdAttribute('id', true);
H A Dswap.phpt20 $dom->getElementsByTagName('test2')[0]->setIdAttribute('attr', true);
/php-src/ext/dom/
H A Dphp_dom.stub.php819 public function setIdAttribute(string $qualifiedName, bool $isId): void {} function in DOMElement
1664 public function setIdAttribute(string $qualifiedName, bool $isId): void {} function in Dom\\Element
H A Delement.c1359 PHP_METHOD(DOMElement, setIdAttribute) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1200 ZEND_METHOD(DOMElement, setIdAttribute);
1455 ZEND_ME(DOMElement, setIdAttribute, arginfo_class_DOMElement_setIdAttribute, ZEND_ACC_PUBLIC)

Completed in 46 milliseconds