diff options
Diffstat (limited to 'ext/gettext/gettext_arginfo.h')
-rw-r--r-- | ext/gettext/gettext_arginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/gettext_arginfo.h b/ext/gettext/gettext_arginfo.h index 6ac4cac5e5..ee248aafae 100644 --- a/ext/gettext/gettext_arginfo.h +++ b/ext/gettext/gettext_arginfo.h @@ -1,6 +1,6 @@ /* This is a generated file, edit the .stub.php file instead. */ -ZEND_BEGIN_ARG_INFO_EX(arginfo_textdomain, 0, 0, 0) +ZEND_BEGIN_ARG_INFO_EX(arginfo_textdomain, 0, 0, 1) ZEND_ARG_TYPE_INFO(0, domain, IS_STRING, 1) ZEND_END_ARG_INFO() |