diff options
Diffstat (limited to 'ext/dom/namelist.c')
| -rw-r--r-- | ext/dom/namelist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dom/namelist.c b/ext/dom/namelist.c index 14f6ad0166..c97b8e8ab3 100644 --- a/ext/dom/namelist.c +++ b/ext/dom/namelist.c @@ -28,12 +28,10 @@ #include "php_dom.h" /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_namelist_get_name, 0, 0, 1) ZEND_ARG_INFO(0, index) ZEND_END_ARG_INFO(); -static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_namelist_get_namespace_uri, 0, 0, 1) ZEND_ARG_INFO(0, index) ZEND_END_ARG_INFO(); |
