Searched refs:DOMNodeList (Results 1 – 19 of 19) sorted by relevance
/php-src/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 | registerPhpFunctionNS.phpt | 67 object(DOMNodeList)#5 (1) { 72 object(DOMNodeList)#5 (1) { 82 object(DOMNodeList)#3 (1) { 87 object(DOMNodeList)#6 (1) { 103 object(DOMNodeList)#5 (1) {
|
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 | DOMDocument_item_cache_invalidation.phpt | 54 object(DOMNodeList)#2 (1) {
|
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 Segmentation fault (access violation) when iterating over DOMNodeList
|
/php-src/ext/dom/ |
H A D | nodelist.c | 130 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument 233 PHP_METHOD(DOMNodeList, item) in PHP_METHOD() argument 247 ZEND_METHOD(DOMNodeList, getIterator) in ZEND_METHOD() argument
|
H A D | php_dom.stub.php | 350 public DOMNodeList $childNodes; 607 class DOMNodeList implements IteratorAggregate, Countable class 786 public function getElementsByTagName(string $qualifiedName): DOMNodeList {} 789 … public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {} 990 public function getElementsByTagName(string $qualifiedName): DOMNodeList {} 996 … public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
|
H A D | php_dom_arginfo.h | 236 …H_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagName, 0, 1, DOMNodeList, 0) 240 …TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagNameNS, 0, 2, DOMNodeList, 0) 1169 ZEND_METHOD(DOMNodeList, count); 1170 ZEND_METHOD(DOMNodeList, getIterator); 1171 ZEND_METHOD(DOMNodeList, item); 1412 ZEND_ME(DOMNodeList, count, arginfo_class_DOMNodeList_count, ZEND_ACC_PUBLIC) 1413 ZEND_ME(DOMNodeList, getIterator, arginfo_class_DOMNodeList_getIterator, ZEND_ACC_PUBLIC) 1414 ZEND_ME(DOMNodeList, item, arginfo_class_DOMNodeList_item, ZEND_ACC_PUBLIC)
|
Completed in 31 milliseconds