Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_named_reads.phpt2 HTMLCollection::namedItem() and dimension handling for named accesses
28 var_dump($obj->namedItem($name)?->textContent);
H A DHTMLCollection_dimension_errors.phpt2 HTMLCollection::namedItem() and dimension handling for named accesses
/php-src/ext/dom/
H A Dhtml_collection.c92 PHP_METHOD(Dom_HTMLCollection, namedItem) in PHP_METHOD() argument
H A Dphp_dom.stub.php1547 public function namedItem(string $key): ?Element {} function in Dom\\HTMLCollection
H A Dphp_dom_arginfo.h1270 ZEND_METHOD(Dom_HTMLCollection, namedItem);
1625 ZEND_ME(Dom_HTMLCollection, namedItem, arginfo_class_Dom_HTMLCollection_namedItem, ZEND_ACC_PUBLIC)

Completed in 40 milliseconds