diff options
Diffstat (limited to 'ext/dom/domimplementationsource.c')
-rw-r--r-- | ext/dom/domimplementationsource.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dom/domimplementationsource.c b/ext/dom/domimplementationsource.c index 17c615c12b..587e3d1275 100644 --- a/ext/dom/domimplementationsource.c +++ b/ext/dom/domimplementationsource.c @@ -29,10 +29,12 @@ /* {{{ arginfo */ +static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_implementationsource_getdomimplementation, 0, 0, 1) ZEND_ARG_INFO(0, features) ZEND_END_ARG_INFO(); +static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_implementationsource_getdomimplementations, 0, 0, 1) ZEND_ARG_INFO(0, features) ZEND_END_ARG_INFO(); |