diff options
Diffstat (limited to 'ext/dom/comment.c')
-rw-r--r-- | ext/dom/comment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/comment.c b/ext/dom/comment.c index c0faf252b3..2f9a027ea1 100644 --- a/ext/dom/comment.c +++ b/ext/dom/comment.c @@ -29,6 +29,7 @@ /* {{{ arginfo */ +static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_comment_construct, 0, 0, 0) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO(); |