Searched refs:DOMNodeList (Results 1 – 18 of 18) sorted by relevance
/PHP-8.2/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 | entity_reference_stale_01.phpt | 31 object(DOMNodeList)#4 (1) { 38 object(DOMNodeList)#2 (1) {
|
H A D | bug79852.phpt | 2 Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
|
H A D | bug79271.phpt | 12 object(DOMNodeList)#%d (1) {
|
H A D | bug35342.phpt | 2 Bug #35342 (isset(DOMNodeList->length) returns false)
|
H A D | uaf_doctype_iterator.phpt | 23 object(DOMNodeList)#%d (1) {
|
H A D | DomNodeList_count.phpt | 2 Test count nodes in DOMNodeList
|
H A D | bug42082.phpt | 20 DOMNodeList
|
H A D | xpath_domnamespacenode.phpt | 2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
|
H A D | bug67949.phpt | 2 Bug #67949: DOMNodeList elements should be accessible through array notation 90 Cannot access DOMNodeList without offset
|
H A D | gh12616_2.phpt | 36 object(DOMNodeList)#4 (1) {
|
H A D | bug80332_2.phpt | 2 Bug #80332 (Completely broken array access functionality with DOMNamedNodeMap) - DOMNodeList variat…
|
H A D | xpath_domnamespacenode_advanced.phpt | 2 DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items - advanced variation
|
H A D | bug69846.phpt | 2 Bug #69846 Segmenation fault (access violation) when iterating over DOMNodeList
|
/PHP-8.2/ext/dom/ |
H A D | nodelist.c | 101 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument 172 PHP_METHOD(DOMNodeList, item) in PHP_METHOD() argument 186 ZEND_METHOD(DOMNodeList, getIterator) in ZEND_METHOD() argument
|
H A D | php_dom.stub.php | 308 public DOMNodeList $childNodes; 468 class DOMNodeList implements IteratorAggregate, Countable class 582 public function getElementsByTagName(string $qualifiedName): DOMNodeList {} 585 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {} 738 public function getElementsByTagName(string $qualifiedName): DOMNodeList {} 741 public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
|
H A D | php_dom_arginfo.h | 213 …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.2/ |
H A D | NEWS | 864 . Fix reference access in dimensions for DOMNodeList and DOMNodeMap. 1493 . Fix return value in stub file for DOMNodeList::item. (divinity76)
|
Completed in 30 milliseconds