Home
last modified time | relevance | path

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

/PHP-8.0/ext/libxml/tests/
H A Dbug42112.phpt12 $node = $doc->getElementById( 'id1' );
22 $node = $doc->getElementById( 'id1' );
/PHP-8.0/ext/dom/tests/
H A Dbug78221.phpt11 $p = $doc->getElementById('x');
H A Dnode_textcontent.phpt27 $node = $dom->getElementById('test');
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php288 public function getElementById(string $elementId) {} function in DOMDocument
H A Dphp_dom_arginfo.h522 ZEND_METHOD(DOMDocument, getElementById);
743 ZEND_ME(DOMDocument, getElementById, arginfo_class_DOMDocument_getElementById, ZEND_ACC_PUBLIC)
H A Ddocument.c1006 PHP_METHOD(DOMDocument, getElementById) in PHP_METHOD() argument

Completed in 21 milliseconds