Searched refs:HTMLCollection (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | HTMLCollection_dimension_errors.phpt | 2 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 D | HTMLCollection_named_reads.phpt | 2 HTMLCollection::namedItem() and dimension handling for named accesses
|
/php-src/ext/dom/tests/modern/common/ |
H A D | innerHTML_cache_invalidation.phpt | 23 object(Dom\HTMLCollection)#2 (1) {
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 1536 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 D | php_dom_arginfo.h | 769 …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