Searched refs:DOMNodeList (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/dom/tests/ |
H A D | bug38438.phpt | 2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) 7 $list = new DOMNodeList();
|
H A D | bug79852.phpt | 2 Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
|
H A D | bug79271.phpt | 14 object(DOMNodeList)#%d (1) {
|
H A D | bug35342.phpt | 2 Bug #35342 (isset(DOMNodeList->length) returns false)
|
H A D | DomNodeList_count.phpt | 2 Test count nodes in DOMNodeList
|
H A D | bug42082.phpt | 20 DOMNodeList
|
H A D | bug67949.phpt | 2 Bug #67949: DOMNodeList elements should be accessible through array notation
|
H A D | bug69846.phpt | 2 Bug #69846 Segmenation fault (access violation) when iterating over DOMNodeList
|
/PHP-8.0/ext/dom/ |
H A D | nodelist.c | 86 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 D | php_dom.stub.php | 129 class DOMNodeList implements IteratorAggregate, Countable class 193 /** @return DOMNodeList */ 196 /** @return DOMNodeList */ 290 /** @return DOMNodeList */ 293 /** @return DOMNodeList */
|
H A D | php_dom_arginfo.h | 472 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 D | NEWS | 1274 . Fixed bug #79852 (count(DOMNodeList) doesn't match 1275 count(IteratorIterator(DOMNodeList))). (Nikita)
|
H A D | UPGRADING | 1047 . DOMNodeList now implements IteratorAggregate (instead of Traversable).
|
Completed in 28 milliseconds