Home
last modified time | relevance | path

Searched refs:DOMNodeList (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A Dbug38438.phpt2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
7 $list = new DOMNodeList();
H A Dbug79852.phpt2 Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
H A Dbug79271.phpt12 object(DOMNodeList)#%d (1) {
H A Dbug35342.phpt2 Bug #35342 (isset(DOMNodeList->length) returns false)
H A Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation
89 Cannot access DOMNodeList without offset
H A DDomNodeList_count.phpt2 Test count nodes in DOMNodeList
H A Dbug42082.phpt20 DOMNodeList
H A Dxpath_domnamespacenode.phpt2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
H A Dgh12616_2.phpt36 object(DOMNodeList)#4 (1) {
H A Dbug80332_2.phpt2 Bug #80332 (Completely broken array access functionality with DOMNamedNodeMap) - DOMNodeList variat…
H A Dxpath_domnamespacenode_advanced.phpt2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items - advanced variation
H A Dbug69846.phpt2 Bug #69846 Segmenation fault (access violation) when iterating over DOMNodeList
/PHP-8.1/ext/dom/
H A Dnodelist.c91 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument
162 PHP_METHOD(DOMNodeList, item) in PHP_METHOD() argument
176 ZEND_METHOD(DOMNodeList, getIterator) in ZEND_METHOD() argument
H A Dphp_dom.stub.php73 public DOMNodeList $childNodes;
233 class DOMNodeList implements IteratorAggregate, Countable class
347 public function getElementsByTagName(string $qualifiedName): DOMNodeList {}
350 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
503 public function getElementsByTagName(string $qualifiedName): DOMNodeList {}
506 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
H A Dphp_dom_arginfo.h213 …H_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagName, 0, 1, DOMNodeList, 0)
217 …TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagNameNS, 0, 2, DOMNodeList, 0)
530 ZEND_METHOD(DOMNodeList, count);
531 ZEND_METHOD(DOMNodeList, getIterator);
532 ZEND_METHOD(DOMNodeList, item);
735 ZEND_ME(DOMNodeList, count, arginfo_class_DOMNodeList_count, ZEND_ACC_PUBLIC)
736 ZEND_ME(DOMNodeList, getIterator, arginfo_class_DOMNodeList_getIterator, ZEND_ACC_PUBLIC)
737 ZEND_ME(DOMNodeList, item, arginfo_class_DOMNodeList_item, ZEND_ACC_PUBLIC)
/PHP-8.1/
H A DNEWS458 . Fix return value in stub file for DOMNodeList::item. (divinity76)

Completed in 45 milliseconds