Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/
H A Dbug38438.phpt2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
7 $list = new DOMNodeList();
H A Dentity_reference_stale_01.phpt31 object(DOMNodeList)#4 (1) {
38 object(DOMNodeList)#2 (1) {
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 Duaf_doctype_iterator.phpt23 object(DOMNodeList)#%d (1) {
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 Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation
90 Cannot access DOMNodeList without offset
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 DDOMDocument_item_cache_invalidation.phpt54 object(DOMNodeList)#2 (1) {
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.3/ext/dom/
H A Dnodelist.c133 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument
252 PHP_METHOD(DOMNodeList, item) in PHP_METHOD() argument
266 ZEND_METHOD(DOMNodeList, getIterator) in ZEND_METHOD() argument
H A Dphp_dom.stub.php314 public DOMNodeList $childNodes;
492 class DOMNodeList implements IteratorAggregate, Countable class
612 public function getElementsByTagName(string $qualifiedName): DOMNodeList {}
615 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
777 public function getElementsByTagName(string $qualifiedName): DOMNodeList {}
780 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
H A Dphp_dom_arginfo.h233 …H_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagName, 0, 1, DOMNodeList, 0)
237 …TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagNameNS, 0, 2, DOMNodeList, 0)
575 ZEND_METHOD(DOMNodeList, count);
576 ZEND_METHOD(DOMNodeList, getIterator);
577 ZEND_METHOD(DOMNodeList, item);
791 ZEND_ME(DOMNodeList, count, arginfo_class_DOMNodeList_count, ZEND_ACC_PUBLIC)
792 ZEND_ME(DOMNodeList, getIterator, arginfo_class_DOMNodeList_getIterator, ZEND_ACC_PUBLIC)
793 ZEND_ME(DOMNodeList, item, arginfo_class_DOMNodeList_item, ZEND_ACC_PUBLIC)
/PHP-8.3/
H A DUPGRADING676 . Looping over a DOMNodeList now uses caching. Therefore requesting items no
H A DNEWS580 . Fix reference access in dimensions for DOMNodeList and DOMNodeMap.

Completed in 51 milliseconds