Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/
H A Dbug38438.phpt2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
7 $list = new DOMNodeList();
H A DregisterPhpFunctionNS.phpt67 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 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 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-src/ext/dom/
H A Dnodelist.c130 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 Dphp_dom.stub.php315 public DOMNodeList $childNodes;
504 class DOMNodeList implements IteratorAggregate, Countable class
634 public function getElementsByTagName(string $qualifiedName): DOMNodeList {}
637 … public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
802 public function getElementsByTagName(string $qualifiedName): DOMNodeList {}
808 … public function getElementsByTagNameNS(?string $namespace, string $localName): DOMNodeList {}
H A Dphp_dom_arginfo.h241 …H_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagName, 0, 1, DOMNodeList, 0)
245 …TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMElement_getElementsByTagNameNS, 0, 2, DOMNodeList, 0)
1133 ZEND_METHOD(DOMNodeList, count);
1134 ZEND_METHOD(DOMNodeList, getIterator);
1135 ZEND_METHOD(DOMNodeList, item);
1387 ZEND_ME(DOMNodeList, count, arginfo_class_DOMNodeList_count, ZEND_ACC_PUBLIC)
1388 ZEND_ME(DOMNodeList, getIterator, arginfo_class_DOMNodeList_getIterator, ZEND_ACC_PUBLIC)
1389 ZEND_ME(DOMNodeList, item, arginfo_class_DOMNodeList_item, ZEND_ACC_PUBLIC)

Completed in 53 milliseconds