summaryrefslogtreecommitdiff
path: root/ext/dom/comment_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/comment_arginfo.h')
-rw-r--r--ext/dom/comment_arginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/comment_arginfo.h b/ext/dom/comment_arginfo.h
index 0b6e1c97c9..03b1a5a19f 100644
--- a/ext/dom/comment_arginfo.h
+++ b/ext/dom/comment_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead. */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_DOMComment___construct, 0, 0, 0)
- ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
+ ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, value, IS_STRING, 0, "\"\"")
ZEND_END_ARG_INFO()