diff options
Diffstat (limited to 'ext/dom/nodelist.c')
-rw-r--r-- | ext/dom/nodelist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/nodelist.c b/ext/dom/nodelist.c index 05cd1dd81b..90f1eee41b 100644 --- a/ext/dom/nodelist.c +++ b/ext/dom/nodelist.c @@ -29,6 +29,7 @@ /* {{{ arginfo */ +static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_nodelist_item, 0, 0, 1) ZEND_ARG_INFO(0, index) ZEND_END_ARG_INFO(); |