Searched refs:setIdAttribute (Results 1 – 9 of 9) sorted by relevance
/php-src/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-src/ext/dom/tests/modern/xml/ |
H A D | bug48339.phpt | 2 Bug #48339 (DOMElement::setIdAttribute() throws 'Not Found Error' exception) 11 $element->setIdAttribute("xml:id", TRUE);
|
/php-src/ext/dom/tests/bug79701/ |
H A D | id_property.phpt | 35 echo "--- After calling setIdAttribute with false on test1 ---\n"; 36 $test1->setIdAttribute("id", false); 52 --- After calling setIdAttribute with false on test1 ---
|
H A D | prepend.phpt | 13 $el1->setIdAttribute('id', true); 19 $el2->setIdAttribute('id', true);
|
H A D | swap.phpt | 20 $dom->getElementsByTagName('test2')[0]->setIdAttribute('attr', true);
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 819 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 D | element.c | 1359 PHP_METHOD(DOMElement, setIdAttribute) in PHP_METHOD() argument
|
H A D | php_dom_arginfo.h | 1200 ZEND_METHOD(DOMElement, setIdAttribute); 1455 ZEND_ME(DOMElement, setIdAttribute, arginfo_class_DOMElement_setIdAttribute, ZEND_ACC_PUBLIC)
|
Completed in 46 milliseconds