diff options
Diffstat (limited to 'ext/dom/nodelist.c')
-rw-r--r-- | ext/dom/nodelist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/dom/nodelist.c b/ext/dom/nodelist.c index 21addd2d18..65f9887337 100644 --- a/ext/dom/nodelist.c +++ b/ext/dom/nodelist.c @@ -22,7 +22,7 @@ #include "php.h" #if HAVE_LIBXML && HAVE_DOM #include "php_dom.h" -#include "dom_arginfo.h" +#include "nodelist_arginfo.h" /* * class DOMNodeList @@ -37,7 +37,6 @@ const zend_function_entry php_dom_nodelist_class_functions[] = { PHP_FE_END }; - /* {{{ length int readonly=yes URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-203510337 |