diff options
Diffstat (limited to 'ext/intl/collator/collator_arginfo.h')
| -rw-r--r-- | ext/intl/collator/collator_arginfo.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ext/intl/collator/collator_arginfo.h b/ext/intl/collator/collator_arginfo.h index 1b7dcc408f..c9685a84f2 100644 --- a/ext/intl/collator/collator_arginfo.h +++ b/ext/intl/collator/collator_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 869c6e60a8f2b153ef79f28a08e165ff3ec2bc14 */ + * Stub hash: 9907156bf1d28af7bf6a1858dffc58994c12756f */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Collator___construct, 0, 0, 1) ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 0) @@ -85,3 +85,14 @@ static const zend_function_entry class_Collator_methods[] = { ZEND_ME_MAPPING(getSortKey, collator_get_sort_key, arginfo_class_Collator_getSortKey, ZEND_ACC_PUBLIC) ZEND_FE_END }; + +zend_class_entry *register_class_Collator() +{ + zend_class_entry ce, *class_entry; + + INIT_CLASS_ENTRY(ce, "Collator", class_Collator_methods); + class_entry = zend_register_internal_class_ex(&ce, NULL); + + return class_entry; +} + |
