summaryrefslogtreecommitdiff
path: root/ext/dom/namelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/namelist.c')
-rw-r--r--ext/dom/namelist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dom/namelist.c b/ext/dom/namelist.c
index 49b00d8d11..31f59e8602 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();