summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl_arginfo.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2021-02-09 22:38:06 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2021-02-09 22:38:06 +0100
commit45fa7596dc4247fc8750b4bdb7a57f020997925e (patch)
tree1b36dd2bdedb22ff1b85aff8db287bda5b82118f /ext/intl/php_intl_arginfo.h
parent57cb01a9277b6e64a68119499d9f9673b45c6184 (diff)
downloadphp-git-45fa7596dc4247fc8750b4bdb7a57f020997925e.tar.gz
Add missing classes to stubs
Diffstat (limited to 'ext/intl/php_intl_arginfo.h')
-rw-r--r--ext/intl/php_intl_arginfo.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/intl/php_intl_arginfo.h b/ext/intl/php_intl_arginfo.h
index 351662024e..f0badd2d79 100644
--- a/ext/intl/php_intl_arginfo.h
+++ b/ext/intl/php_intl_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: fb91064c471d6bced3a6dad8beb56c92c9047e52 */
+ * Stub hash: 7c89762dffb3a8b4aae51ea823af2494e7dd25d5 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_intlcal_create_instance, 0, 0, IntlCalendar, 1)
ZEND_ARG_INFO_WITH_DEFAULT_VALUE(0, timezone, "null")
@@ -1165,3 +1165,8 @@ static const zend_function_entry ext_functions[] = {
ZEND_FE(transliterator_get_error_message, arginfo_transliterator_get_error_message)
ZEND_FE_END
};
+
+
+static const zend_function_entry class_IntlException_methods[] = {
+ ZEND_FE_END
+};