Home
last modified time | relevance | path

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

/PHP-8.0/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.phpt14 object(DOMNodeList)#%d (1) {
H A Dbug35342.phpt2 Bug #35342 (isset(DOMNodeList->length) returns false)
H A DDomNodeList_count.phpt2 Test count nodes in DOMNodeList
H A Dbug42082.phpt20 DOMNodeList
H A Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation
H A Dbug69846.phpt2 Bug #69846 Segmenation fault (access violation) when iterating over DOMNodeList
/PHP-8.0/ext/dom/
H A Dnodelist.c86 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument
108 PHP_METHOD(DOMNodeList, item) in PHP_METHOD() argument
177 ZEND_METHOD(DOMNodeList, getIterator) in ZEND_METHOD() argument
H A Dphp_dom.stub.php129 class DOMNodeList implements IteratorAggregate, Countable class
193 /** @return DOMNodeList */
196 /** @return DOMNodeList */
290 /** @return DOMNodeList */
293 /** @return DOMNodeList */
H A Dphp_dom_arginfo.h472 ZEND_METHOD(DOMNodeList, count);
473 ZEND_METHOD(DOMNodeList, getIterator);
474 ZEND_METHOD(DOMNodeList, item);
673 ZEND_ME(DOMNodeList, count, arginfo_class_DOMNodeList_count, ZEND_ACC_PUBLIC)
674 ZEND_ME(DOMNodeList, getIterator, arginfo_class_DOMNodeList_getIterator, ZEND_ACC_PUBLIC)
675 ZEND_ME(DOMNodeList, item, arginfo_class_DOMNodeList_item, ZEND_ACC_PUBLIC)
/PHP-8.0/
H A DNEWS1274 . Fixed bug #79852 (count(DOMNodeList) doesn't match
1275 count(IteratorIterator(DOMNodeList))). (Nikita)
H A DUPGRADING1047 . DOMNodeList now implements IteratorAggregate (instead of Traversable).

Completed in 18 milliseconds