diff options
Diffstat (limited to 'ext/dom/domimplementationsource.c')
-rw-r--r-- | ext/dom/domimplementationsource.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dom/domimplementationsource.c b/ext/dom/domimplementationsource.c index 587e3d1275..17c615c12b 100644 --- a/ext/dom/domimplementationsource.c +++ b/ext/dom/domimplementationsource.c @@ -29,12 +29,10 @@ /* {{{ 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(); |