summaryrefslogtreecommitdiff
path: root/ext/dom/domconfiguration.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/domconfiguration.c')
-rw-r--r--ext/dom/domconfiguration.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/dom/domconfiguration.c b/ext/dom/domconfiguration.c
index 054a84edc6..99133d9616 100644
--- a/ext/dom/domconfiguration.c
+++ b/ext/dom/domconfiguration.c
@@ -28,15 +28,18 @@
#include "php_dom.h"
/* {{{ arginfo */
+static
ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_configuration_set_parameter, 0, 0, 2)
ZEND_ARG_INFO(0, name)
ZEND_ARG_INFO(0, value)
ZEND_END_ARG_INFO();
+static
ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_configuration_get_parameter, 0, 0, 0)
ZEND_ARG_INFO(0, name)
ZEND_END_ARG_INFO();
+static
ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_configuration_can_set_parameter, 0, 0, 0)
ZEND_ARG_INFO(0, name)
ZEND_ARG_INFO(0, value)