Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)
authorAndreas Treichel <gmblar+github@gmail.com>
Sun, 9 Jul 2017 00:15:38 +0000 (02:15 +0200)
committerRemi Collet <remi@php.net>
Mon, 10 Jul 2017 06:48:10 +0000 (08:48 +0200)
commitf725d9b1b9c71091ece0c73d6168a13bfb0e44d1
tree2dac3210b37b4c76cb33c72e8857dfc6f978a9ee
parent7cb5bdf64a95bd70623d33d6ea122c13b01113bd
Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)
ext/dom/dom_fe.h
ext/dom/namednodemap.c
ext/dom/nodelist.c
ext/dom/php_dom.c
ext/dom/tests/DOMNamedNodeMap_count.phpt [new file with mode: 0644]
ext/dom/tests/DomNodeList_count.phpt [new file with mode: 0644]