diff options
Diffstat (limited to 'Zend/zend_builtin_functions_arginfo.h')
-rw-r--r-- | Zend/zend_builtin_functions_arginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions_arginfo.h b/Zend/zend_builtin_functions_arginfo.h index 1dd9b6f712..78393d28ec 100644 --- a/Zend/zend_builtin_functions_arginfo.h +++ b/Zend/zend_builtin_functions_arginfo.h @@ -32,7 +32,7 @@ ZEND_END_ARG_INFO() #define arginfo_strncasecmp arginfo_strncmp -ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_error_reporting, 0, 0, IS_LONG, 1) +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_error_reporting, 0, 0, IS_LONG, 0) ZEND_ARG_INFO(0, new_error_level) ZEND_END_ARG_INFO() |