Home
last modified time | relevance | path

Searched refs:HTMLCollection (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_dimension_errors.phpt2 HTMLCollection::namedItem() and dimension handling for named accesses
30 Cannot append to Dom\HTMLCollection
31 Cannot access offset of type bool on Dom\HTMLCollection
H A DHTMLCollection_named_reads.phpt2 HTMLCollection::namedItem() and dimension handling for named accesses
/php-src/ext/dom/tests/modern/common/
H A DinnerHTML_cache_invalidation.phpt23 object(Dom\HTMLCollection)#2 (1) {
/php-src/ext/dom/
H A Dphp_dom.stub.php1536 class HTMLCollection implements \IteratorAggregate, \Countable class
1630 public function getElementsByTagName(string $qualifiedName): HTMLCollection {}
1631 … public function getElementsByTagNameNS(?string $namespace, string $localName): HTMLCollection {}
1958 public function getElementsByTagName(string $qualifiedName): HTMLCollection {}
1960 … public function getElementsByTagNameNS(?string $namespace, string $localName): HTMLCollection {}
H A Dphp_dom_arginfo.h769 …TH_RETURN_OBJ_INFO_EX(arginfo_class_Dom_Element_getElementsByTagName, 0, 1, Dom\\HTMLCollection, 0)
773 …_RETURN_OBJ_INFO_EX(arginfo_class_Dom_Element_getElementsByTagNameNS, 0, 2, Dom\\HTMLCollection, 0)

Completed in 25 milliseconds