Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/tests/
H A Dbug77686.phpt2 Bug #77686 (Removed elements are still returned by getElementById)
10 $body = $doc->getElementById('x');
11 $div = $doc->getElementById('y');
12 var_dump($doc->getElementById('y')->textContent);
16 var_dump($doc->getElementById('y'));
20 var_dump($doc->getElementById('y')->textContent);
23 var_dump($doc->getElementById('htmlelement')->textContent);
29 var_dump($doc->getElementById('myp'));
31 var_dump($doc->getElementById('myp')->textContent);
H A Dbug78221.phpt9 $p = $doc->getElementById('x');
H A Dnode_textcontent.phpt28 $node = $dom->getElementById('test');
/PHP-8.1/ext/libxml/tests/
H A Dbug42112.phpt12 $node = $doc->getElementById( 'id1' );
22 $node = $doc->getElementById( 'id1' );
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php500 public function getElementById(string $elementId): ?DOMElement {} function in DOMDocument
H A Dphp_dom_arginfo.h580 ZEND_METHOD(DOMDocument, getElementById);
805 ZEND_ME(DOMDocument, getElementById, arginfo_class_DOMDocument_getElementById, ZEND_ACC_PUBLIC)
H A Ddocument.c1033 PHP_METHOD(DOMDocument, getElementById) in PHP_METHOD() argument
/PHP-8.1/
H A DNEWS445 . Fixed bug #77686 (Removed elements are still returned by getElementById).

Completed in 45 milliseconds